Html Css Color HEX #7F4508 Raw Umber

📋 copy color: '#7F4508'

red 127 ◦ green 69 ◦ blue 8

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

Shades of Raw Umber #7F4508

Tints of Raw Umber #7F4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

 BLUE value IS 8 (3.52% from 255) = 3.92%

R = 62.25%
G = 33.82%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F4508 (or 0x7F4508) is known color: Raw Umber. HEX triplet: 7F, 45 and 08. RGB value is (127,69,8). Sum of RGB (Red+Green+Blue) = 127+69+8=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4508 is #80BAF7. Grayscale: #4F4F4F. Windows color (decimal): -8436472 or 542079. OLE color: 542079.

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

Color convert

RGB 127 69 8 -
CMYK 0 0.46 0.94 0.50
HSL 30.76º 0.88% 0.26% -
HSV(B) 30.76º 0.94% 0.5% -
XYZ 10.92 8.79 1.35 -
YUV 79.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 127 69 8 0 0.46 0.94 0.50 30.76 0.88 0.26
Hex 7F 45 8 0 2E 5E 32 1F 58 1A
Octal 177 105 10 0 56 136 62 37 130 32
Binary 1111111 1000101 1000 0 101110 1011110 110010 11111 1011000 11010

Color Harmonies of #7F4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4508

Black with #7F4508

Text Example


Text Example

White with #7F4508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,69,8); }

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

background-color css

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

 a { background-color: rgb(127,69,8); }

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

border-color css

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

 span { border-color: rgb(127,69,8); }

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