Html Css Color HEX #667A72 Cutty Sark

📋 copy color: '#667A72'

red 102 ◦ green 122 ◦ blue 114

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

Shades of Cutty Sark #667A72

Tints of Cutty Sark #667A72

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 value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#667A72 (or 0x667A72) is known color: 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

RGB 102 122 114 -
CMYK 0.16 0 0.07 0.52
HSL 156º 0.09% 0.44% -
HSV(B) 156º 0.16% 0.48% -
XYZ 15.48 17.96 18.57 -
YUV 115.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 102 122 114 0.16 0 0.07 0.52 156 0.09 0.44
Hex 66 7A 72 10 0 7 34 9C 9 2C
Octal 146 172 162 20 0 7 64 234 11 54
Binary 1100110 1111010 1110010 10000 0 111 110100 10011100 1001 101100

Color Harmonies of #667A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A72

Black with #667A72

Text Example


Text Example

White with #667A72

Text Example


Text Example

HTML Codes & Css Web 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>