#7A4107

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

Shades of Raw Umber #7A4107

Tints of Raw Umber #7A4107

Color information

#7A4107 (or 0x7A4107) is unknown color: approx Raw Umber. HEX triplet: 7A, 41 and 07. RGB value is (122,65,7). Sum of RGB (Red+Green+Blue) = 122+65+7=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4107 is #85BEF8. Grayscale: #4B4B4B. Windows color (decimal): -8765177 or 475514. OLE color: 475514.

HSL color Cylindrical-coordinate representation of color #7A4107: hue angle of 30.26º 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 #7A4107 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB122657-
CMYK00.470.940.52
HSL30.26º89.15%25.29%-
HSV(B)30.26º94.26%47.84%-
XYZ9.957.931.21-
YUV75.4389.38161.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 7 (3.12% from 255) = 3.61%
R=62.89%
G=33.51%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12265700.470.940.5230.2689.1525.29
Hex7A41702F5E341e5919
Octal1721017057136643613131
Binary111101010000011110101111101111011010011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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