#667A72

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

Shades of Cutty Sark #667A72

Tints of Cutty Sark #667A72

Color information

#667A72 (or 0x667A72) is unknown color: approx Cutty Sark. HEX triplet: 66, 7A and 72. RGB value is (102,122,114). Sum of RGB (Red+Green+Blue) = 102+122+114=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 122 - color contains mainly: green. Hex color #667A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A72 is #99858D. Grayscale: #737373. Windows color (decimal): -10061198 or 7502438. OLE color: 7502438.

HSL color Cylindrical-coordinate representation of color #667A72: hue angle of 156º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667A72 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB102122114-
CMYK0.1600.070.52
HSL156º8.93%43.92%-
HSV(B)156º16.39%47.84%-
XYZ15.4817.9618.57-
YUV115.11127.37118.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 114 (44.92% from 255) = 33.73%
R=30.18%
G=36.09%
B=33.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021221140.1600.070.521568.9343.92
Hex667A721007349c92c
Octal1461721622007642341154
Binary110011011110101110010100000111110100100111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #667A72;
 }
 .AnyTagClassName
 {
   color: #667A72;
 }
</style>
background-color css

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

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

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

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

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

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