Html Css Color HEX #7F4B04 Raw Umber

📋 copy color: '#7F4B04'

red 127 ◦ green 75 ◦ blue 4

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

Shades of Raw Umber #7F4B04

Tints of Raw Umber #7F4B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.41%

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

R = 61.65%
G = 36.41%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F4B04 (or 0x7F4B04) is known color: Raw Umber. HEX triplet: 7F, 4B and 04. RGB value is (127,75,4). Sum of RGB (Red+Green+Blue) = 127+75+4=206 (27% of max value = 765). Red value is 127 (50% from 255 or 61.65% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4B04 is #80B4FB. Grayscale: #525252. Windows color (decimal): -8434940 or 281471. OLE color: 281471.

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

Color convert

RGB 127 75 4 -
CMYK 0 0.41 0.97 0.50
HSL 34.63º 0.94% 0.26% -
HSV(B) 34.63º 0.97% 0.5% -
XYZ 11.29 9.55 1.36 -
YUV 82.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 127 75 4 0 0.41 0.97 0.50 34.63 0.94 0.26
Hex 7F 4B 4 0 29 61 32 23 5E 1A
Octal 177 113 4 0 51 141 62 43 136 32
Binary 1111111 1001011 100 0 101001 1100001 110010 100011 1011110 11010

Color Harmonies of #7F4B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4B04

Black with #7F4B04

Text Example


Text Example

White with #7F4B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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