Html Css Color HEX #7F4606 Raw Umber

📋 copy color: '#7F4606'

red 127 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #7F4606

Tints of Raw Umber #7F4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 62.56%
G = 34.48%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#7F4606 (or 0x7F4606) is known color: Raw Umber. HEX triplet: 7F, 46 and 06. RGB value is (127,70,6). Sum of RGB (Red+Green+Blue) = 127+70+6=203 (26% of max value = 765). Red value is 127 (50% from 255 or 62.56% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4606 is #80B9F9. Grayscale: #505050. Windows color (decimal): -8436218 or 411263. OLE color: 411263.

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

Color convert

RGB 127 70 6 -
CMYK 0 0.45 0.95 0.50
HSL 31.74º 0.91% 0.26% -
HSV(B) 31.74º 0.95% 0.5% -
XYZ 10.98 8.91 1.31 -
YUV 79.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 127 70 6 0 0.45 0.95 0.50 31.74 0.91 0.26
Hex 7F 46 6 0 2D 5F 32 20 5B 1A
Octal 177 106 6 0 55 137 62 40 133 32
Binary 1111111 1000110 110 0 101101 1011111 110010 100000 1011011 11010

Color Harmonies of #7F4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4606

Black with #7F4606

Text Example


Text Example

White with #7F4606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,6); }

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

background-color css

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

 a { background-color: rgb(127,70,6); }

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

border-color css

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

 span { border-color: rgb(127,70,6); }

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