Html Css Color HEX #7D4C0F Raw Umber

📋 copy color: '#7D4C0F'

red 125 ◦ green 76 ◦ blue 15

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

Shades of Raw Umber #7D4C0F

Tints of Raw Umber #7D4C0F

RGB

 RED value IS 125 (49.22% from 255) = 57.87%

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

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

R = 57.87%
G = 35.19%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7D4C0F (or 0x7D4C0F) is known color: Raw Umber. HEX triplet: 7D, 4C and 0F. RGB value is (125,76,15). Sum of RGB (Red+Green+Blue) = 125+76+15=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C0F is #82B3F0. Grayscale: #535353. Windows color (decimal): -8565745 or 1002621. OLE color: 1002621.

HSL color Cylindrical-coordinate representation of color #7D4C0F: hue angle of 33.27º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D4C0F is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 76 15 -
CMYK 0 0.39 0.88 0.51
HSL 33.27º 0.79% 0.27% -
HSV(B) 33.27º 0.88% 0.49% -
XYZ 11.13 9.56 1.71 -
YUV 83.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 125 76 15 0 0.39 0.88 0.51 33.27 0.79 0.27
Hex 7D 4C F 0 27 58 33 21 4F 1B
Octal 175 114 17 0 47 130 63 41 117 33
Binary 1111101 1001100 1111 0 100111 1011000 110011 100001 1001111 11011

Color Harmonies of #7D4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C0F

Black with #7D4C0F

Text Example


Text Example

White with #7D4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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