Html Css Color HEX #726661 Russett

📋 copy color: '#726661'

red 114 ◦ green 102 ◦ blue 97

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

Shades of Russett #726661

Tints of Russett #726661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 36.42%
G = 32.59%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#726661 (or 0x726661) is known color: Russett. HEX triplet: 72, 66 and 61. RGB value is (114,102,97). Sum of RGB (Red+Green+Blue) = 114+102+97=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726661 is #8D999E. Grayscale: #696969. Windows color (decimal): -9279903 or 6383218. OLE color: 6383218.

HSL color Cylindrical-coordinate representation of color #726661: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726661 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 97 -
CMYK 0 0.11 0.15 0.55
HSL 17.65º 0.08% 0.41% -
HSV(B) 17.65º 0.15% 0.45% -
XYZ 13.85 13.94 13.27 -
YUV 105.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 114 102 97 0 0.11 0.15 0.55 17.65 0.08 0.41
Hex 72 66 61 0 B F 37 12 8 29
Octal 162 146 141 0 13 17 67 22 10 51
Binary 1110010 1100110 1100001 0 1011 1111 110111 10010 1000 101001

Color Harmonies of #726661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726661

Black with #726661

Text Example


Text Example

White with #726661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726661; }

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

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

background-color css

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

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

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

border-color css

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

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

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