#7A6042

Color #7A6042 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #7A6042

Tints of Shingle Fawn #7A6042

Color information

#7A6042 (or 0x7A6042) is unknown color: approx Shingle Fawn. HEX triplet: 7A, 60 and 42. RGB value is (122,96,66). Sum of RGB (Red+Green+Blue) = 122+96+66=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6042 is #859FBD. Grayscale: #646464. Windows color (decimal): -8757182 or 4350074. OLE color: 4350074.

HSL color Cylindrical-coordinate representation of color #7A6042: hue angle of 32.14º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A6042 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB1229666-
CMYK00.210.460.52
HSL32.14º29.79%36.86%-
HSV(B)32.14º45.9%47.84%-
XYZ13.1912.96.95-
YUV100.35108.61143.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=42.96%
G=33.80%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122966600.210.460.5232.1429.7936.86
Hex7A60420152E34201e25
Octal1721401020255664403645
Binary11110101100000100001001010110111011010010000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,66); }

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

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

 a { background-color: rgb(122,96,66); }

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

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

 span { border-color: rgb(122,96,66); }

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