#75628C

Color #75628C Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #75628C

Tints of Kimberly #75628C

Color information

#75628C (or 0x75628C) is unknown color: approx Kimberly. HEX triplet: 75, 62 and 8C. RGB value is (117,98,140). Sum of RGB (Red+Green+Blue) = 117+98+140=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #75628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75628C is #8A9D73. Grayscale: #6C6C6C. Windows color (decimal): -9084276 or 9200245. OLE color: 9200245.

HSL color Cylindrical-coordinate representation of color #75628C: hue angle of 267.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75628C is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11798140-
CMYK0.160.300.45
HSL267.14º17.65%46.67%-
HSV(B)267.14º30%54.9%-
XYZ16.4414.4126.73-
YUV108.47145.79134.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 140 (55.08% from 255) = 39.44%
R=32.96%
G=27.61%
B=39.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117981400.160.300.45267.1417.6546.67
Hex75628C101E02D10b122f
Octal16514221420360554132257
Binary11101011100010100011001000011110010110110000101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75628C; }

 p { color: rgb(117,98,140); }

 H1.HeaderClassName
 {
   color: #75628C;
 }
 .AnyTagClassName
 {
   color: #75628C;
 }
</style>
background-color css

<style>
 a { background-color: #75628C; }

 a { background-color: rgb(117,98,140); }

 div.DivClassName
 {
   background-color: #75628C;
 }
 .BgClassName
 {
   background-color: #75628C;
 }
</style>
border-color css

<style>
 span { border-color: #75628C; }

 span { border-color: rgb(117,98,140); }

 td.TdClassName
 {
   border-color: #75628C;
 }
 .TagClassName
 {
   border-color: #75628C;
 }
</style>