Html Css Color HEX #7F5000 Raw Umber

📋 copy color: '#7F5000'

red 127 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #7F5000

Tints of Raw Umber #7F5000

RGB

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

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

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

R = 61.35%
G = 38.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#7F5000 (or 0x7F5000) is known color: Raw Umber. HEX triplet: 7F, 50 and 00. RGB value is (127,80,0). Sum of RGB (Red+Green+Blue) = 127+80+0=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5000 is #80AFFF. Grayscale: #555555. Windows color (decimal): -8433664 or 20607. OLE color: 20607.

HSL color Cylindrical-coordinate representation of color #7F5000: hue angle of 37.8º 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 #7F5000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 80 0 -
CMYK 0 0.37 1 0.50
HSL 37.8º 1% 0.25% -
HSV(B) 37.8º 1% 0.5% -
XYZ 11.62 10.25 1.37 -
YUV 84.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 127 80 0 0 0.37 1 0.50 37.8 1 0.25
Hex 7F 50 0 0 25 64 32 26 64 19
Octal 177 120 0 0 45 144 62 46 144 31
Binary 1111111 1010000 0 0 100101 1100100 110010 100110 1100100 11001

Color Harmonies of #7F5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5000

Black with #7F5000

Text Example


Text Example

White with #7F5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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