Html Css Color HEX #7C520F Raw Umber

📋 copy color: '#7C520F'

red 124 ◦ green 82 ◦ blue 15

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

Shades of Raw Umber #7C520F

Tints of Raw Umber #7C520F

RGB

 RED value IS 124 (48.83% from 255) = 56.11%

 GREEN value IS 82 (32.42% from 255) = 37.1%

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

R = 56.11%
G = 37.1%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C520F (or 0x7C520F) is known color: Raw Umber. HEX triplet: 7C, 52 and 0F. RGB value is (124,82,15). Sum of RGB (Red+Green+Blue) = 124+82+15=221 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.11% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 124 - color contains mainly: red. Hex color #7C520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C520F is #83ADF0. Grayscale: #575757. Windows color (decimal): -8629745 or 1004156. OLE color: 1004156.

HSL color Cylindrical-coordinate representation of color #7C520F: hue angle of 36.88º degrees, saturation: 0.78, 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 #7C520F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 82 15 -
CMYK 0 0.34 0.88 0.51
HSL 36.88º 0.78% 0.27% -
HSV(B) 36.88º 0.88% 0.49% -
XYZ 11.42 10.35 1.85 -
YUV 86.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 124 82 15 0 0.34 0.88 0.51 36.88 0.78 0.27
Hex 7C 52 F 0 22 58 33 25 4E 1B
Octal 174 122 17 0 42 130 63 45 116 33
Binary 1111100 1010010 1111 0 100010 1011000 110011 100101 1001110 11011

Color Harmonies of #7C520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C520F

Black with #7C520F

Text Example


Text Example

White with #7C520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,82,15); }

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

background-color css

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

 a { background-color: rgb(124,82,15); }

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

border-color css

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

 span { border-color: rgb(124,82,15); }

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