Html Css Color HEX #667F76 Cutty Sark

📋 copy color: '#667F76'

red 102 ◦ green 127 ◦ blue 118

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

Shades of Cutty Sark #667F76

Tints of Cutty Sark #667F76

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

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

R = 29.39%
G = 36.6%
B = 34.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#667F76 (or 0x667F76) is known color: Cutty Sark. HEX triplet: 66, 7F and 76. RGB value is (102,127,118). Sum of RGB (Red+Green+Blue) = 102+127+118=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 127 - color contains mainly: green. Hex color #667F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F76 is #998089. Grayscale: #767676. Windows color (decimal): -10059914 or 7765862. OLE color: 7765862.

HSL color Cylindrical-coordinate representation of color #667F76: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667F76 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 127 118 -
CMYK 0.20 0 0.07 0.50
HSL 158.4º 0.11% 0.45% -
HSV(B) 158.4º 0.2% 0.5% -
XYZ 16.34 19.31 20.01 -
YUV 118.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 102 127 118 0.20 0 0.07 0.50 158.4 0.11 0.45
Hex 66 7F 76 14 0 7 32 9E B 2D
Octal 146 177 166 24 0 7 62 236 13 55
Binary 1100110 1111111 1110110 10100 0 111 110010 10011110 1011 101101

Color Harmonies of #667F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F76

Black with #667F76

Text Example


Text Example

White with #667F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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