Html Css Color HEX #7F480B Raw Umber

📋 copy color: '#7F480B'

red 127 ◦ green 72 ◦ blue 11

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

Shades of Raw Umber #7F480B

Tints of Raw Umber #7F480B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 60.48%
G = 34.29%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F480B (or 0x7F480B) is known color: Raw Umber. HEX triplet: 7F, 48 and 0B. RGB value is (127,72,11). Sum of RGB (Red+Green+Blue) = 127+72+11=210 (27% of max value = 765). Red value is 127 (50% from 255 or 60.48% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 127 - color contains mainly: red. Hex color #7F480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F480B is #80B7F4. Grayscale: #515151. Windows color (decimal): -8435701 or 739455. OLE color: 739455.

HSL color Cylindrical-coordinate representation of color #7F480B: hue angle of 31.55º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F480B is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 72 11 -
CMYK 0 0.43 0.91 0.50
HSL 31.55º 0.84% 0.27% -
HSV(B) 31.55º 0.91% 0.5% -
XYZ 11.13 9.17 1.5 -
YUV 81.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 127 72 11 0 0.43 0.91 0.50 31.55 0.84 0.27
Hex 7F 48 B 0 2B 5B 32 20 54 1B
Octal 177 110 13 0 53 133 62 40 124 33
Binary 1111111 1001000 1011 0 101011 1011011 110010 100000 1010100 11011

Color Harmonies of #7F480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F480B

Black with #7F480B

Text Example


Text Example

White with #7F480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,11); }

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

background-color css

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

 a { background-color: rgb(127,72,11); }

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

border-color css

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

 span { border-color: rgb(127,72,11); }

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