Html Css Color HEX #7A460B Raw Umber

📋 copy color: '#7A460B'

red 122 ◦ green 70 ◦ blue 11

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

Shades of Raw Umber #7A460B

Tints of Raw Umber #7A460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 60.1%
G = 34.48%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A460B (or 0x7A460B) is known color: Raw Umber. HEX triplet: 7A, 46 and 0B. RGB value is (122,70,11). Sum of RGB (Red+Green+Blue) = 122+70+11=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A460B is #85B9F4. Grayscale: #4F4F4F. Windows color (decimal): -8763893 or 738938. OLE color: 738938.

HSL color Cylindrical-coordinate representation of color #7A460B: hue angle of 31.89º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A460B is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 70 11 -
CMYK 0 0.43 0.91 0.52
HSL 31.89º 0.83% 0.26% -
HSV(B) 31.89º 0.91% 0.48% -
XYZ 10.28 8.54 1.42 -
YUV 78.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 122 70 11 0 0.43 0.91 0.52 31.89 0.83 0.26
Hex 7A 46 B 0 2B 5B 34 20 53 1A
Octal 172 106 13 0 53 133 64 40 123 32
Binary 1111010 1000110 1011 0 101011 1011011 110100 100000 1010011 11010

Color Harmonies of #7A460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A460B

Black with #7A460B

Text Example


Text Example

White with #7A460B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,70,11); }

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

background-color css

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

 a { background-color: rgb(122,70,11); }

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

border-color css

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

 span { border-color: rgb(122,70,11); }

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