Html Css Color HEX #667D76 Cutty Sark

📋 copy color: '#667D76'

red 102 ◦ green 125 ◦ blue 118

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

Shades of Cutty Sark #667D76

Tints of Cutty Sark #667D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.23%

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

R = 29.57%
G = 36.23%
B = 34.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#667D76 (or 0x667D76) is known color: Cutty Sark. HEX triplet: 66, 7D and 76. RGB value is (102,125,118). Sum of RGB (Red+Green+Blue) = 102+125+118=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 125 - color contains mainly: green. Hex color #667D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D76 is #998289. Grayscale: #757575. Windows color (decimal): -10060426 or 7765350. OLE color: 7765350.

HSL color Cylindrical-coordinate representation of color #667D76: hue angle of 161.74º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667D76 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 125 118 -
CMYK 0.18 0 0.06 0.51
HSL 161.74º 0.1% 0.45% -
HSV(B) 161.74º 0.18% 0.49% -
XYZ 16.08 18.8 19.92 -
YUV 117.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 102 125 118 0.18 0 0.06 0.51 161.74 0.1 0.45
Hex 66 7D 76 12 0 6 33 A2 A 2D
Octal 146 175 166 22 0 6 63 242 12 55
Binary 1100110 1111101 1110110 10010 0 110 110011 10100010 1010 101101

Color Harmonies of #667D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D76

Black with #667D76

Text Example


Text Example

White with #667D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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