#7F6834

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

Shades of Himalaya #7F6834

Tints of Himalaya #7F6834

Color information

#7F6834 (or 0x7F6834) is unknown color: approx Himalaya. HEX triplet: 7F, 68 and 34. RGB value is (127,104,52). Sum of RGB (Red+Green+Blue) = 127+104+52=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6834 is #8097CB. Grayscale: #696969. Windows color (decimal): -8427468 or 3434623. OLE color: 3434623.

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

Color convert

RGB12710452-
CMYK00.180.590.50
HSL41.6º41.9%35.1%-
HSV(B)41.6º59.06%49.8%-
XYZ14.3214.665.32-
YUV104.9598.12143.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 44.88%
GREEN value IS 104 (41.02% from 255) = 36.75%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=44.88%
G=36.75%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271045200.180.590.5041.641.935.1
Hex7F68340123B322a2a23
Octal177150640227362525243
Binary11111111101000110100010010111011110010101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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