#7F6835

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

Shades of Himalaya #7F6835

Tints of Himalaya #7F6835

Color information

#7F6835 (or 0x7F6835) is unknown color: approx Himalaya. HEX triplet: 7F, 68 and 35. RGB value is (127,104,53). Sum of RGB (Red+Green+Blue) = 127+104+53=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6835 is #8097CA. Grayscale: #696969. Windows color (decimal): -8427467 or 3500159. OLE color: 3500159.

HSL color Cylindrical-coordinate representation of color #7F6835: hue angle of 41.35º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F6835 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB12710453-
CMYK00.180.580.50
HSL41.35º41.11%35.29%-
HSV(B)41.35º58.27%49.8%-
XYZ14.3514.675.44-
YUV105.0698.62143.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.72%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=44.72%
G=36.62%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271045300.180.580.5041.3541.1135.29
Hex7F68350123A32292923
Octal177150650227262515143
Binary11111111101000110101010010111010110010101001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,104,53); }

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

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

 a { background-color: rgb(127,104,53); }

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

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

 span { border-color: rgb(127,104,53); }

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