Html Css Color HEX #60726C Cutty Sark

📋 copy color: '#60726C'

red 96 ◦ green 114 ◦ blue 108

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

Shades of Cutty Sark #60726C

Tints of Cutty Sark #60726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 30.19%
G = 35.85%
B = 33.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#60726C (or 0x60726C) is known color: Cutty Sark. HEX triplet: 60, 72 and 6C. RGB value is (96,114,108). Sum of RGB (Red+Green+Blue) = 96+114+108=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #60726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60726C is #9F8D93. Grayscale: #6B6B6B. Windows color (decimal): -10456468 or 7107168. OLE color: 7107168.

HSL color Cylindrical-coordinate representation of color #60726C: hue angle of 160º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #60726C is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 108 -
CMYK 0.16 0 0.05 0.55
HSL 160º 0.09% 0.41% -
HSV(B) 160º 0.16% 0.45% -
XYZ 13.55 15.6 16.49 -
YUV 107.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 96 114 108 0.16 0 0.05 0.55 160 0.09 0.41
Hex 60 72 6C 10 0 5 37 A0 9 29
Octal 140 162 154 20 0 5 67 240 11 51
Binary 1100000 1110010 1101100 10000 0 101 110111 10100000 1001 101001

Color Harmonies of #60726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60726C

Black with #60726C

Text Example


Text Example

White with #60726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60726C; }

 p { color: rgb(96,114,108); }

 H1.HeaderClassName
 {
   color: #60726C;
 }
 .AnyTagClassName
 {
   color: #60726C;
 }
</style>

background-color css

<style>
 a { background-color: #60726C; }

 a { background-color: rgb(96,114,108); }

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

border-color css

<style>
 span { border-color: #60726C; }

 span { border-color: rgb(96,114,108); }

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