Html Css Color HEX #7A561A Raw Umber

📋 copy color: '#7A561A'

red 122 ◦ green 86 ◦ blue 26

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

Shades of Raw Umber #7A561A

Tints of Raw Umber #7A561A

RGB

 RED value IS 122 (48.05% from 255) = 52.14%

 GREEN value IS 86 (33.98% from 255) = 36.75%

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 52.14%
G = 36.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.52

RGB Variations

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

Color information

#7A561A (or 0x7A561A) is known color: Raw Umber. HEX triplet: 7A, 56 and 1A. RGB value is (122,86,26). Sum of RGB (Red+Green+Blue) = 122+86+26=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A561A is #85A9E5. Grayscale: #5A5A5A. Windows color (decimal): -8759782 or 1726074. OLE color: 1726074.

HSL color Cylindrical-coordinate representation of color #7A561A: hue angle of 37.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A561A is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 86 26 -
CMYK 0 0.30 0.79 0.52
HSL 37.5º 0.65% 0.29% -
HSV(B) 37.5º 0.79% 0.48% -
XYZ 11.54 10.87 2.47 -
YUV 89.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 122 86 26 0 0.30 0.79 0.52 37.5 0.65 0.29
Hex 7A 56 1A 0 1E 4F 34 26 41 1D
Octal 172 126 32 0 36 117 64 46 101 35
Binary 1111010 1010110 11010 0 11110 1001111 110100 100110 1000001 11101

Color Harmonies of #7A561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A561A

Black with #7A561A

Text Example


Text Example

White with #7A561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,86,26); }

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

background-color css

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

 a { background-color: rgb(122,86,26); }

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

border-color css

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

 span { border-color: rgb(122,86,26); }

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