Html Css Color HEX #7F4D04 Raw Umber

📋 copy color: '#7F4D04'

red 127 ◦ green 77 ◦ blue 4

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

Shades of Raw Umber #7F4D04

Tints of Raw Umber #7F4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.02%

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

R = 61.06%
G = 37.02%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F4D04 (or 0x7F4D04) is known color: Raw Umber. HEX triplet: 7F, 4D and 04. RGB value is (127,77,4). Sum of RGB (Red+Green+Blue) = 127+77+4=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F4D04 is #80B2FB. Grayscale: #535353. Windows color (decimal): -8434428 or 281983. OLE color: 281983.

HSL color Cylindrical-coordinate representation of color #7F4D04: hue angle of 35.61º 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 #7F4D04 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 77 4 -
CMYK 0 0.39 0.97 0.50
HSL 35.61º 0.94% 0.26% -
HSV(B) 35.61º 0.97% 0.5% -
XYZ 11.43 9.83 1.41 -
YUV 83.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 127 77 4 0 0.39 0.97 0.50 35.61 0.94 0.26
Hex 7F 4D 4 0 27 61 32 24 5E 1A
Octal 177 115 4 0 47 141 62 44 136 32
Binary 1111111 1001101 100 0 100111 1100001 110010 100100 1011110 11010

Color Harmonies of #7F4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4D04

Black with #7F4D04

Text Example


Text Example

White with #7F4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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