Html Css Color HEX #667972 Cutty Sark

📋 copy color: '#667972'

red 102 ◦ green 121 ◦ blue 114

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

Shades of Cutty Sark #667972

Tints of Cutty Sark #667972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.91%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 30.27%
G = 35.91%
B = 33.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#667972 (or 0x667972) is known color: Cutty Sark. HEX triplet: 66, 79 and 72. RGB value is (102,121,114). Sum of RGB (Red+Green+Blue) = 102+121+114=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #667972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667972 is #99868D. Grayscale: #727272. Windows color (decimal): -10061454 or 7502182. OLE color: 7502182.

HSL color Cylindrical-coordinate representation of color #667972: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667972 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 121 114 -
CMYK 0.16 0 0.06 0.53
HSL 157.89º 0.09% 0.44% -
HSV(B) 157.89º 0.16% 0.47% -
XYZ 15.35 17.71 18.53 -
YUV 114.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 102 121 114 0.16 0 0.06 0.53 157.89 0.09 0.44
Hex 66 79 72 10 0 6 35 9E 9 2C
Octal 146 171 162 20 0 6 65 236 11 54
Binary 1100110 1111001 1110010 10000 0 110 110101 10011110 1001 101100

Color Harmonies of #667972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667972

Black with #667972

Text Example


Text Example

White with #667972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667972; }

 p { color: rgb(102,121,114); }

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

background-color css

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

 a { background-color: rgb(102,121,114); }

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

border-color css

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

 span { border-color: rgb(102,121,114); }

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