#7A5507

Color #7A5507 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7A5507

Tints of Raw Umber #7A5507

Color information

#7A5507 (or 0x7A5507) is unknown color: approx Raw Umber. HEX triplet: 7A, 55 and 07. RGB value is (122,85,7). Sum of RGB (Red+Green+Blue) = 122+85+7=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5507 is #85AAF8. Grayscale: #575757. Windows color (decimal): -8760057 or 480634. OLE color: 480634.

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

Color convert

RGB122857-
CMYK00.300.940.52
HSL40.7º89.15%25.29%-
HSV(B)40.7º94.26%47.84%-
XYZ11.3110.651.66-
YUV87.1782.76152.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.01%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=57.01%
G=39.72%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12285700.300.940.5240.789.1525.29
Hex7A55701E5E34295919
Octal1721257036136645113131
Binary111101010101011110111101011110110100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,85,7); }

 H1.HeaderClassName
 {
   color: #7A5507;
 }
 .AnyTagClassName
 {
   color: #7A5507;
 }
</style>
background-color css

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

 a { background-color: rgb(122,85,7); }

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

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

 span { border-color: rgb(122,85,7); }

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