Html Css Color HEX #66746F Cutty Sark

📋 copy color: '#66746F'

red 102 ◦ green 116 ◦ blue 111

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

Shades of Cutty Sark #66746F

Tints of Cutty Sark #66746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 31%
G = 35.26%
B = 33.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#66746F (or 0x66746F) is known color: Cutty Sark. HEX triplet: 66, 74 and 6F. RGB value is (102,116,111). Sum of RGB (Red+Green+Blue) = 102+116+111=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #66746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66746F is #998B90. Grayscale: #6F6F6F. Windows color (decimal): -10062737 or 7304294. OLE color: 7304294.

HSL color Cylindrical-coordinate representation of color #66746F: hue angle of 158.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66746F is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 116 111 -
CMYK 0.12 0 0.04 0.55
HSL 158.57º 0.06% 0.43% -
HSV(B) 158.57º 0.12% 0.45% -
XYZ 14.59 16.46 17.45 -
YUV 111.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 102 116 111 0.12 0 0.04 0.55 158.57 0.06 0.43
Hex 66 74 6F C 0 4 37 9F 6 2B
Octal 146 164 157 14 0 4 67 237 6 53
Binary 1100110 1110100 1101111 1100 0 100 110111 10011111 110 101011

Color Harmonies of #66746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66746F

Black with #66746F

Text Example


Text Example

White with #66746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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