Html Css Color HEX #726660 Russett

📋 copy color: '#726660'

red 114 ◦ green 102 ◦ blue 96

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

Shades of Russett #726660

Tints of Russett #726660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 36.54%
G = 32.69%
B = 30.77%

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

#726660 (or 0x726660) is known color: Russett. HEX triplet: 72, 66 and 60. RGB value is (114,102,96). Sum of RGB (Red+Green+Blue) = 114+102+96=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726660 is #8D999F. Grayscale: #686868. Windows color (decimal): -9279904 or 6317682. OLE color: 6317682.

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

Color convert

RGB 114 102 96 -
CMYK 0 0.11 0.16 0.55
HSL 20º 0.09% 0.41% -
HSV(B) 20º 0.16% 0.45% -
XYZ 13.8 13.92 13.03 -
YUV 104.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 114 102 96 0 0.11 0.16 0.55 20 0.09 0.41
Hex 72 66 60 0 B 10 37 14 9 29
Octal 162 146 140 0 13 20 67 24 11 51
Binary 1110010 1100110 1100000 0 1011 10000 110111 10100 1001 101001

Color Harmonies of #726660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726660

Black with #726660

Text Example


Text Example

White with #726660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726660; }

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

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

background-color css

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

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

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

border-color css

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

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

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