Html Css Color HEX #7F5014 Raw Umber

📋 copy color: '#7F5014'

red 127 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #7F5014

Tints of Raw Umber #7F5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 20 (8.2% from 255) = 8.81%

R = 55.95%
G = 35.24%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#7F5014 (or 0x7F5014) is known color: Raw Umber. HEX triplet: 7F, 50 and 14. RGB value is (127,80,20). Sum of RGB (Red+Green+Blue) = 127+80+20=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5014 is #80AFEB. Grayscale: #575757. Windows color (decimal): -8433644 or 1331327. OLE color: 1331327.

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

Color convert

RGB 127 80 20 -
CMYK 0 0.37 0.84 0.50
HSL 33.64º 0.73% 0.29% -
HSV(B) 33.64º 0.84% 0.5% -
XYZ 11.75 10.3 2.03 -
YUV 87.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 127 80 20 0 0.37 0.84 0.50 33.64 0.73 0.29
Hex 7F 50 14 0 25 54 32 22 49 1D
Octal 177 120 24 0 45 124 62 42 111 35
Binary 1111111 1010000 10100 0 100101 1010100 110010 100010 1001001 11101

Color Harmonies of #7F5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5014

Black with #7F5014

Text Example


Text Example

White with #7F5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,20); }

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

background-color css

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

 a { background-color: rgb(127,80,20); }

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

border-color css

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

 span { border-color: rgb(127,80,20); }

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