Html Css Color HEX #60726B Cutty Sark

📋 copy color: '#60726B'

red 96 ◦ green 114 ◦ blue 107

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

Shades of Cutty Sark #60726B

Tints of Cutty Sark #60726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 30.28%
G = 35.96%
B = 33.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#60726B (or 0x60726B) is known color: Cutty Sark. HEX triplet: 60, 72 and 6B. RGB value is (96,114,107). Sum of RGB (Red+Green+Blue) = 96+114+107=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #60726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60726B is #9F8D94. Grayscale: #6B6B6B. Windows color (decimal): -10456469 or 7041632. OLE color: 7041632.

HSL color Cylindrical-coordinate representation of color #60726B: hue angle of 156.67º 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 #60726B is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 114 107 -
CMYK 0.16 0 0.06 0.55
HSL 156.67º 0.09% 0.41% -
HSV(B) 156.67º 0.16% 0.45% -
XYZ 13.5 15.58 16.21 -
YUV 107.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 96 114 107 0.16 0 0.06 0.55 156.67 0.09 0.41
Hex 60 72 6B 10 0 6 37 9D 9 29
Octal 140 162 153 20 0 6 67 235 11 51
Binary 1100000 1110010 1101011 10000 0 110 110111 10011101 1001 101001

Color Harmonies of #60726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60726B

Black with #60726B

Text Example


Text Example

White with #60726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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