#667972

Color #667972 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #667972

Tints of Cutty Sark #667972

Color information

#667972 (or 0x667972) is unknown color: approx 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

RGB102121114-
CMYK0.1600.060.53
HSL157.89º8.52%43.73%-
HSV(B)157.89º15.7%47.45%-
XYZ15.3517.7118.53-
YUV114.52127.71119.07-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211140.1600.060.53157.898.5243.73
Hex6679721006359e92c
Octal1461711622006652361154
Binary110011011110011110010100000110110101100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>