Html Css Color HEX #726964 Russett

📋 copy color: '#726964'

red 114 ◦ green 105 ◦ blue 100

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

Shades of Russett #726964

Tints of Russett #726964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 100 (39.45% from 255) = 31.35%

R = 35.74%
G = 32.92%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#726964 (or 0x726964) is known color: Russett. HEX triplet: 72, 69 and 64. RGB value is (114,105,100). Sum of RGB (Red+Green+Blue) = 114+105+100=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726964 is #8D969B. Grayscale: #6B6B6B. Windows color (decimal): -9279132 or 6580594. OLE color: 6580594.

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

Color convert

RGB 114 105 100 -
CMYK 0 0.08 0.12 0.55
HSL 21.43º 0.07% 0.42% -
HSV(B) 21.43º 0.12% 0.45% -
XYZ 14.29 14.6 14.12 -
YUV 107.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 114 105 100 0 0.08 0.12 0.55 21.43 0.07 0.42
Hex 72 69 64 0 8 C 37 15 7 2A
Octal 162 151 144 0 10 14 67 25 7 52
Binary 1110010 1101001 1100100 0 1000 1100 110111 10101 111 101010

Color Harmonies of #726964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726964

Black with #726964

Text Example


Text Example

White with #726964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726964; }

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

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

background-color css

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

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

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

border-color css

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

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

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