Html Css Color HEX #726007 Raw Umber

📋 copy color: '#726007'

red 114 ◦ green 96 ◦ blue 7

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

Shades of Raw Umber #726007

Tints of Raw Umber #726007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

 BLUE value IS 7 (3.13% from 255) = 3.23%

R = 52.53%
G = 44.24%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#726007 (or 0x726007) is known color: Raw Umber. HEX triplet: 72, 60 and 07. RGB value is (114,96,7). Sum of RGB (Red+Green+Blue) = 114+96+7=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #726007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726007 is #8D9FF8. Grayscale: #5B5B5B. Windows color (decimal): -9281529 or 483442. OLE color: 483442.

HSL color Cylindrical-coordinate representation of color #726007: hue angle of 49.91º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #726007 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 7 -
CMYK 0 0.16 0.94 0.55
HSL 49.91º 0.88% 0.24% -
HSV(B) 49.91º 0.94% 0.45% -
XYZ 11.16 11.96 1.92 -
YUV 91.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 114 96 7 0 0.16 0.94 0.55 49.91 0.88 0.24
Hex 72 60 7 0 10 5E 37 32 58 18
Octal 162 140 7 0 20 136 67 62 130 30
Binary 1110010 1100000 111 0 10000 1011110 110111 110010 1011000 11000

Color Harmonies of #726007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726007

Black with #726007

Text Example


Text Example

White with #726007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726007; }

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

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

background-color css

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

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

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

border-color css

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

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

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