Html Css Color HEX #60726E William

📋 copy color: '#60726E'

red 96 ◦ green 114 ◦ blue 110

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

Shades of William #60726E

Tints of William #60726E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 30%
G = 35.63%
B = 34.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#60726E (or 0x60726E) is known color: William. HEX triplet: 60, 72 and 6E. RGB value is (96,114,110). Sum of RGB (Red+Green+Blue) = 96+114+110=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #60726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60726E is #9F8D91. Grayscale: #6C6C6C. Windows color (decimal): -10456466 or 7238240. OLE color: 7238240.

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

Color convert

RGB 96 114 110 -
CMYK 0.16 0 0.04 0.55
HSL 166.67º 0.09% 0.41% -
HSV(B) 166.67º 0.16% 0.45% -
XYZ 13.66 15.65 17.05 -
YUV 108.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 96 114 110 0.16 0 0.04 0.55 166.67 0.09 0.41
Hex 60 72 6E 10 0 4 37 A7 9 29
Octal 140 162 156 20 0 4 67 247 11 51
Binary 1100000 1110010 1101110 10000 0 100 110111 10100111 1001 101001

Color Harmonies of #60726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60726E

Black with #60726E

Text Example


Text Example

White with #60726E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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