Html Css Color HEX #726460 Russett

📋 copy color: '#726460'

red 114 ◦ green 100 ◦ blue 96

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

Shades of Russett #726460

Tints of Russett #726460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 36.77%
G = 32.26%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#726460 (or 0x726460) is known color: Russett. HEX triplet: 72, 64 and 60. RGB value is (114,100,96). Sum of RGB (Red+Green+Blue) = 114+100+96=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 114 - color contains mainly: red. Hex color #726460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726460 is #8D9B9F. Grayscale: #676767. Windows color (decimal): -9280416 or 6317170. OLE color: 6317170.

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

Color convert

RGB 114 100 96 -
CMYK 0 0.12 0.16 0.55
HSL 13.33º 0.09% 0.41% -
HSV(B) 13.33º 0.16% 0.45% -
XYZ 13.61 13.54 12.96 -
YUV 103.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 114 100 96 0 0.12 0.16 0.55 13.33 0.09 0.41
Hex 72 64 60 0 C 10 37 D 9 29
Octal 162 144 140 0 14 20 67 15 11 51
Binary 1110010 1100100 1100000 0 1100 10000 110111 1101 1001 101001

Color Harmonies of #726460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726460

Black with #726460

Text Example


Text Example

White with #726460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726460; }

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

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

background-color css

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

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

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

border-color css

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

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

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