Html Css Color HEX #7F5004 Raw Umber

📋 copy color: '#7F5004'

red 127 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #7F5004

Tints of Raw Umber #7F5004

RGB

 RED value IS 127 (50% from 255) = 60.19%

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 4 (1.95% from 255) = 1.9%

R = 60.19%
G = 37.91%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F5004 (or 0x7F5004) is known color: Raw Umber. HEX triplet: 7F, 50 and 04. RGB value is (127,80,4). Sum of RGB (Red+Green+Blue) = 127+80+4=211 (27% of max value = 765). Red value is 127 (50% from 255 or 60.19% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5004 is #80AFFB. Grayscale: #555555. Windows color (decimal): -8433660 or 282751. OLE color: 282751.

HSL color Cylindrical-coordinate representation of color #7F5004: hue angle of 37.07º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F5004 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 4 -
CMYK 0 0.37 0.97 0.50
HSL 37.07º 0.94% 0.26% -
HSV(B) 37.07º 0.97% 0.5% -
XYZ 11.64 10.26 1.48 -
YUV 85.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 127 80 4 0 0.37 0.97 0.50 37.07 0.94 0.26
Hex 7F 50 4 0 25 61 32 25 5E 1A
Octal 177 120 4 0 45 141 62 45 136 32
Binary 1111111 1010000 100 0 100101 1100001 110010 100101 1011110 11010

Color Harmonies of #7F5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5004

Black with #7F5004

Text Example


Text Example

White with #7F5004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5004; }

 p { color: rgb(127,80,4); }

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

background-color css

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

 a { background-color: rgb(127,80,4); }

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

border-color css

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

 span { border-color: rgb(127,80,4); }

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