#75658C

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

Shades of Kimberly #75658C

Tints of Kimberly #75658C

Color information

#75658C (or 0x75658C) is unknown color: approx Kimberly. HEX triplet: 75, 65 and 8C. RGB value is (117,101,140). Sum of RGB (Red+Green+Blue) = 117+101+140=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #75658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75658C is #8A9A73. Grayscale: #6E6E6E. Windows color (decimal): -9083508 or 9201013. OLE color: 9201013.

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

Color convert

RGB117101140-
CMYK0.160.2800.45
HSL264.62º16.18%47.25%-
HSV(B)264.62º27.86%54.9%-
XYZ16.7214.9826.82-
YUV110.23144.8132.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 101 (39.84% from 255) = 28.21%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=32.68%
G=28.21%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171011400.160.2800.45264.6216.1847.25
Hex75658C101C02D109102f
Octal16514521420340554112057
Binary11101011100101100011001000011100010110110000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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