Html Css Color HEX #668776 Cutty Sark

📋 copy color: '#668776'

red 102 ◦ green 135 ◦ blue 118

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

Shades of Cutty Sark #668776

Tints of Cutty Sark #668776

RGB

 RED value IS 102 (40.23% from 255) = 28.73%

 GREEN value IS 135 (53.13% from 255) = 38.03%

 BLUE value IS 118 (46.48% from 255) = 33.24%

R = 28.73%
G = 38.03%
B = 33.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#668776 (or 0x668776) is known color: Cutty Sark. HEX triplet: 66, 87 and 76. RGB value is (102,135,118). Sum of RGB (Red+Green+Blue) = 102+135+118=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #668776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668776 is #997889. Grayscale: #7B7B7B. Windows color (decimal): -10057866 or 7767910. OLE color: 7767910.

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

Color convert

RGB 102 135 118 -
CMYK 0.24 0 0.13 0.47
HSL 149.09º 0.14% 0.46% -
HSV(B) 149.09º 0.24% 0.53% -
XYZ 17.41 21.46 20.36 -
YUV 123.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 102 135 118 0.24 0 0.13 0.47 149.09 0.14 0.46
Hex 66 87 76 18 0 D 2F 95 E 2E
Octal 146 207 166 30 0 15 57 225 16 56
Binary 1100110 10000111 1110110 11000 0 1101 101111 10010101 1110 101110

Color Harmonies of #668776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668776

Black with #668776

Text Example


Text Example

White with #668776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668776; }

 p { color: rgb(102,135,118); }

 H1.HeaderClassName
 {
   color: #668776;
 }
 .AnyTagClassName
 {
   color: #668776;
 }
</style>

background-color css

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

 a { background-color: rgb(102,135,118); }

 div.DivClassName
 {
   background-color: #668776;
 }
 .BgClassName
 {
   background-color: #668776;
 }
</style>

border-color css

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

 span { border-color: rgb(102,135,118); }

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