Html Css Color HEX #667C74 Cutty Sark

📋 copy color: '#667C74'

red 102 ◦ green 124 ◦ blue 116

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

Shades of Cutty Sark #667C74

Tints of Cutty Sark #667C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.26%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 29.82%
G = 36.26%
B = 33.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#667C74 (or 0x667C74) is known color: Cutty Sark. HEX triplet: 66, 7C and 74. RGB value is (102,124,116). Sum of RGB (Red+Green+Blue) = 102+124+116=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #667C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C74 is #99838B. Grayscale: #747474. Windows color (decimal): -10060684 or 7634022. OLE color: 7634022.

HSL color Cylindrical-coordinate representation of color #667C74: hue angle of 158.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #667C74 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 124 116 -
CMYK 0.18 0 0.06 0.51
HSL 158.18º 0.1% 0.44% -
HSV(B) 158.18º 0.18% 0.49% -
XYZ 15.84 18.5 19.26 -
YUV 116.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 102 124 116 0.18 0 0.06 0.51 158.18 0.1 0.44
Hex 66 7C 74 12 0 6 33 9E A 2C
Octal 146 174 164 22 0 6 63 236 12 54
Binary 1100110 1111100 1110100 10010 0 110 110011 10011110 1010 101100

Color Harmonies of #667C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C74

Black with #667C74

Text Example


Text Example

White with #667C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,124,116); }

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

background-color css

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

 a { background-color: rgb(102,124,116); }

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

border-color css

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

 span { border-color: rgb(102,124,116); }

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