Html Css Color HEX #667872 Cutty Sark

📋 copy color: '#667872'

red 102 ◦ green 120 ◦ blue 114

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

Shades of Cutty Sark #667872

Tints of Cutty Sark #667872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 30.36%
G = 35.71%
B = 33.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#667872 (or 0x667872) is known color: Cutty Sark. HEX triplet: 66, 78 and 72. RGB value is (102,120,114). Sum of RGB (Red+Green+Blue) = 102+120+114=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #667872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667872 is #99878D. Grayscale: #717171. Windows color (decimal): -10061710 or 7501926. OLE color: 7501926.

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

Color convert

RGB 102 120 114 -
CMYK 0.15 0 0.05 0.53
HSL 160º 0.08% 0.44% -
HSV(B) 160º 0.15% 0.47% -
XYZ 15.23 17.47 18.49 -
YUV 113.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 102 120 114 0.15 0 0.05 0.53 160 0.08 0.44
Hex 66 78 72 F 0 5 35 A0 8 2C
Octal 146 170 162 17 0 5 65 240 10 54
Binary 1100110 1111000 1110010 1111 0 101 110101 10100000 1000 101100

Color Harmonies of #667872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667872

Black with #667872

Text Example


Text Example

White with #667872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667872; }

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

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

background-color css

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

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

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

border-color css

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

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

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