Html Css Color HEX #665D77 Kimberly

📋 copy color: '#665D77'

red 102 ◦ green 93 ◦ blue 119

#665D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #665D77

Tints of Kimberly #665D77

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.9%

R = 32.48%
G = 29.62%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#665D77 (or 0x665D77) is known color: 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

RGB 102 93 119 -
CMYK 0.14 0.22 0 0.53
HSL 260.77º 0.12% 0.42% -
HSV(B) 260.77º 0.22% 0.47% -
XYZ 12.72 11.99 19.1 -
YUV 98.66 139.48 130.39 -
System Red Green Blue C M Y K H S L
Decimal 102 93 119 0.14 0.22 0 0.53 260.77 0.12 0.42
Hex 66 5D 77 E 16 0 35 105 C 2A
Octal 146 135 167 16 26 0 65 405 14 52
Binary 1100110 1011101 1110111 1110 10110 0 110101 100000101 1100 101010

Color Harmonies of #665D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D77

Black with #665D77

Text Example


Text Example

White with #665D77

Text Example


Text Example

HTML Codes & Css Web 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>