Html Css Color HEX #7F5005 Raw Umber

📋 copy color: '#7F5005'

red 127 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #7F5005

Tints of Raw Umber #7F5005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.36%

R = 59.91%
G = 37.74%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F5005 (or 0x7F5005) is known color: Raw Umber. HEX triplet: 7F, 50 and 05. RGB value is (127,80,5). Sum of RGB (Red+Green+Blue) = 127+80+5=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5005 is #80AFFA. Grayscale: #555555. Windows color (decimal): -8433659 or 348287. OLE color: 348287.

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

Color convert

RGB 127 80 5 -
CMYK 0 0.37 0.96 0.50
HSL 36.89º 0.92% 0.26% -
HSV(B) 36.89º 0.96% 0.5% -
XYZ 11.65 10.26 1.51 -
YUV 85.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 127 80 5 0 0.37 0.96 0.50 36.89 0.92 0.26
Hex 7F 50 5 0 25 60 32 25 5C 1A
Octal 177 120 5 0 45 140 62 45 134 32
Binary 1111111 1010000 101 0 100101 1100000 110010 100101 1011100 11010

Color Harmonies of #7F5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5005

Black with #7F5005

Text Example


Text Example

White with #7F5005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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