#7A5500

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

Shades of Raw Umber #7A5500

Tints of Raw Umber #7A5500

Color information

#7A5500 (or 0x7A5500) is unknown color: approx Raw Umber. HEX triplet: 7A, 55 and 00. RGB value is (122,85,0). Sum of RGB (Red+Green+Blue) = 122+85+0=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5500 is #85AAFF. Grayscale: #565656. Windows color (decimal): -8760064 or 21882. OLE color: 21882.

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

Color convert

RGB122850-
CMYK00.3010.52
HSL41.8º100%23.92%-
HSV(B)41.8º100%47.84%-
XYZ11.2710.631.46-
YUV86.3779.26153.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.94%
G=41.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12285000.3010.5241.810023.92
Hex7A55001E64342a6418
Octal1721250036144645214430
Binary1111010101010100111101100100110100101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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