Html Css Color HEX #7F4400 Raw Umber

📋 copy color: '#7F4400'

red 127 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #7F4400

Tints of Raw Umber #7F4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.13%
G = 34.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#7F4400 (or 0x7F4400) is known color: Raw Umber. HEX triplet: 7F, 44 and 00. RGB value is (127,68,0). Sum of RGB (Red+Green+Blue) = 127+68+0=195 (25% of max value = 765). Red value is 127 (50% from 255 or 65.13% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4400 is #80BBFF. Grayscale: #4E4E4E. Windows color (decimal): -8436736 or 17535. OLE color: 17535.

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

Color convert

RGB 127 68 0 -
CMYK 0 0.46 1 0.50
HSL 32.13º 1% 0.25% -
HSV(B) 32.13º 1% 0.5% -
XYZ 10.82 8.65 1.1 -
YUV 77.89 84.05 163.03 -
System Red Green Blue C M Y K H S L
Decimal 127 68 0 0 0.46 1 0.50 32.13 1 0.25
Hex 7F 44 0 0 2E 64 32 20 64 19
Octal 177 104 0 0 56 144 62 40 144 31
Binary 1111111 1000100 0 0 101110 1100100 110010 100000 1100100 11001

Color Harmonies of #7F4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4400

Black with #7F4400

Text Example


Text Example

White with #7F4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,68,0); }

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

background-color css

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

 a { background-color: rgb(127,68,0); }

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

border-color css

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

 span { border-color: rgb(127,68,0); }

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