Html Css Color HEX #64756F Cutty Sark

📋 copy color: '#64756F'

red 100 ◦ green 117 ◦ blue 111

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

Shades of Cutty Sark #64756F

Tints of Cutty Sark #64756F

RGB

 RED value IS 100 (39.45% from 255) = 30.49%

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 30.49%
G = 35.67%
B = 33.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#64756F (or 0x64756F) is known color: Cutty Sark. HEX triplet: 64, 75 and 6F. RGB value is (100,117,111). Sum of RGB (Red+Green+Blue) = 100+117+111=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #64756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64756F is #9B8A90. Grayscale: #6F6F6F. Windows color (decimal): -10193553 or 7304548. OLE color: 7304548.

HSL color Cylindrical-coordinate representation of color #64756F: hue angle of 158.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #64756F is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 111 -
CMYK 0.15 0 0.05 0.54
HSL 158.82º 0.08% 0.43% -
HSV(B) 158.82º 0.15% 0.46% -
XYZ 14.49 16.58 17.48 -
YUV 111.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 100 117 111 0.15 0 0.05 0.54 158.82 0.08 0.43
Hex 64 75 6F F 0 5 36 9F 8 2B
Octal 144 165 157 17 0 5 66 237 10 53
Binary 1100100 1110101 1101111 1111 0 101 110110 10011111 1000 101011

Color Harmonies of #64756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64756F

Black with #64756F

Text Example


Text Example

White with #64756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,117,111); }

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

background-color css

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

 a { background-color: rgb(100,117,111); }

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

border-color css

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

 span { border-color: rgb(100,117,111); }

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