Html Css Color HEX #726A66 Russett

📋 copy color: '#726A66'

red 114 ◦ green 106 ◦ blue 102

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

Shades of Russett #726A66

Tints of Russett #726A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 102 (40.23% from 255) = 31.68%

R = 35.4%
G = 32.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726A66 (or 0x726A66) is known color: Russett. HEX triplet: 72, 6A and 66. RGB value is (114,106,102). Sum of RGB (Red+Green+Blue) = 114+106+102=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #726A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A66 is #8D9599. Grayscale: #6B6B6B. Windows color (decimal): -9278874 or 6711922. OLE color: 6711922.

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

Color convert

RGB 114 106 102 -
CMYK 0 0.07 0.11 0.55
HSL 20º 0.06% 0.42% -
HSV(B) 20º 0.11% 0.45% -
XYZ 14.49 14.84 14.67 -
YUV 107.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 114 106 102 0 0.07 0.11 0.55 20 0.06 0.42
Hex 72 6A 66 0 7 B 37 14 6 2A
Octal 162 152 146 0 7 13 67 24 6 52
Binary 1110010 1101010 1100110 0 111 1011 110111 10100 110 101010

Color Harmonies of #726A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A66

Black with #726A66

Text Example


Text Example

White with #726A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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