#665C77

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

Shades of Kimberly #665C77

Tints of Kimberly #665C77

Color information

#665C77 (or 0x665C77) is unknown color: approx Kimberly. HEX triplet: 66, 5C and 77. RGB value is (102,92,119). Sum of RGB (Red+Green+Blue) = 102+92+119=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 119 - color contains mainly: blue. Hex color #665C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C77 is #99A388. Grayscale: #616161. Windows color (decimal): -10068873 or 7822438. OLE color: 7822438.

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

Color convert

RGB10292119-
CMYK0.140.2300.53
HSL262.22º12.8%41.37%-
HSV(B)262.22º22.69%46.67%-
XYZ12.6411.8119.07-
YUV98.07139.81130.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=32.59%
G=29.39%
B=38.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102921190.140.2300.53262.2212.841.37
Hex665C77E17035106d29
Octal14613416716270654061551
Binary11001101011100111011111101011101101011000001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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