Html Css Color HEX #726560 Russett

📋 copy color: '#726560'

red 114 ◦ green 101 ◦ blue 96

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

Shades of Russett #726560

Tints of Russett #726560

RGB

 RED value IS 114 (44.92% from 255) = 36.66%

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 36.66%
G = 32.48%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726560 (or 0x726560) is known color: Russett. HEX triplet: 72, 65 and 60. RGB value is (114,101,96). Sum of RGB (Red+Green+Blue) = 114+101+96=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726560 is #8D9A9F. Grayscale: #686868. Windows color (decimal): -9280160 or 6317426. OLE color: 6317426.

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

Color convert

RGB 114 101 96 -
CMYK 0 0.11 0.16 0.55
HSL 16.67º 0.09% 0.41% -
HSV(B) 16.67º 0.16% 0.45% -
XYZ 13.7 13.73 12.99 -
YUV 104.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 114 101 96 0 0.11 0.16 0.55 16.67 0.09 0.41
Hex 72 65 60 0 B 10 37 11 9 29
Octal 162 145 140 0 13 20 67 21 11 51
Binary 1110010 1100101 1100000 0 1011 10000 110111 10001 1001 101001

Color Harmonies of #726560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726560

Black with #726560

Text Example


Text Example

White with #726560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726560; }

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

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

background-color css

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

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

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

border-color css

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

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

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