Html Css Color HEX #7F4C0F Raw Umber

📋 copy color: '#7F4C0F'

red 127 ◦ green 76 ◦ blue 15

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

Shades of Raw Umber #7F4C0F

Tints of Raw Umber #7F4C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 58.26%
G = 34.86%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F4C0F (or 0x7F4C0F) is known color: Raw Umber. HEX triplet: 7F, 4C and 0F. RGB value is (127,76,15). Sum of RGB (Red+Green+Blue) = 127+76+15=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4C0F is #80B3F0. Grayscale: #545454. Windows color (decimal): -8434673 or 1002623. OLE color: 1002623.

HSL color Cylindrical-coordinate representation of color #7F4C0F: hue angle of 32.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F4C0F is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 76 15 -
CMYK 0 0.40 0.88 0.50
HSL 32.68º 0.79% 0.28% -
HSV(B) 32.68º 0.88% 0.5% -
XYZ 11.42 9.72 1.73 -
YUV 84.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 127 76 15 0 0.40 0.88 0.50 32.68 0.79 0.28
Hex 7F 4C F 0 28 58 32 21 4F 1C
Octal 177 114 17 0 50 130 62 41 117 34
Binary 1111111 1001100 1111 0 101000 1011000 110010 100001 1001111 11100

Color Harmonies of #7F4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4C0F

Black with #7F4C0F

Text Example


Text Example

White with #7F4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,76,15); }

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

background-color css

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

 a { background-color: rgb(127,76,15); }

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

border-color css

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

 span { border-color: rgb(127,76,15); }

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