#665D77

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

Shades of Kimberly #665D77

Tints of Kimberly #665D77

Color information

#665D77 (or 0x665D77) is unknown color: approx Kimberly. HEX triplet: 66, 5D and 77. RGB value is (102,93,119). Sum of RGB (Red+Green+Blue) = 102+93+119=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #665D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D77 is #99A288. Grayscale: #626262. Windows color (decimal): -10068617 or 7822694. OLE color: 7822694.

HSL color Cylindrical-coordinate representation of color #665D77: hue angle of 260.77º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #665D77 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10293119-
CMYK0.140.2200.53
HSL260.77º12.26%41.57%-
HSV(B)260.77º21.85%46.67%-
XYZ12.7211.9919.1-
YUV98.66139.48130.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 93 (36.72% from 255) = 29.62%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=32.48%
G=29.62%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102931190.140.2200.53260.7712.2641.57
Hex665D77E16035105c2a
Octal14613516716260654051452
Binary11001101011101111011111101011001101011000001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D77; }

 p { color: rgb(102,93,119); }

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

<style>
 a { background-color: #665D77; }

 a { background-color: rgb(102,93,119); }

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

<style>
 span { border-color: #665D77; }

 span { border-color: rgb(102,93,119); }

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