Html Css Color HEX #60766F Cutty Sark

📋 copy color: '#60766F'

red 96 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #60766F

Tints of Cutty Sark #60766F

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 29.54%
G = 36.31%
B = 34.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#60766F (or 0x60766F) is known color: Cutty Sark. HEX triplet: 60, 76 and 6F. RGB value is (96,118,111). Sum of RGB (Red+Green+Blue) = 96+118+111=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #60766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60766F is #9F8990. Grayscale: #6E6E6E. Windows color (decimal): -10455441 or 7304800. OLE color: 7304800.

HSL color Cylindrical-coordinate representation of color #60766F: hue angle of 160.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60766F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 111 -
CMYK 0.19 0 0.06 0.54
HSL 160.91º 0.1% 0.42% -
HSV(B) 160.91º 0.19% 0.46% -
XYZ 14.17 16.59 17.49 -
YUV 110.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 96 118 111 0.19 0 0.06 0.54 160.91 0.1 0.42
Hex 60 76 6F 13 0 6 36 A1 A 2A
Octal 140 166 157 23 0 6 66 241 12 52
Binary 1100000 1110110 1101111 10011 0 110 110110 10100001 1010 101010

Color Harmonies of #60766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60766F

Black with #60766F

Text Example


Text Example

White with #60766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,118,111); }

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

background-color css

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

 a { background-color: rgb(96,118,111); }

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

border-color css

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

 span { border-color: rgb(96,118,111); }

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