#7A6831

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

Shades of Himalaya #7A6831

Tints of Himalaya #7A6831

Color information

#7A6831 (or 0x7A6831) is unknown color: approx Himalaya. HEX triplet: 7A, 68 and 31. RGB value is (122,104,49). Sum of RGB (Red+Green+Blue) = 122+104+49=275 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.36% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6831 is #8597CE. Grayscale: #676767. Windows color (decimal): -8755151 or 3238010. OLE color: 3238010.

HSL color Cylindrical-coordinate representation of color #7A6831: hue angle of 45.21º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A6831 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB12210449-
CMYK00.150.600.52
HSL45.21º42.69%33.53%-
HSV(B)45.21º59.84%47.84%-
XYZ13.5314.264.95-
YUV103.1197.46141.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=44.36%
G=37.82%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221044900.150.600.5245.2142.6933.53
Hex7A68310F3C342d2b22
Octal172150610177464555342
Binary1111010110100011000101111111100110100101101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,104,49); }

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

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

 a { background-color: rgb(122,104,49); }

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

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

 span { border-color: rgb(122,104,49); }

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