#776025

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

Shades of Himalaya #776025

Tints of Himalaya #776025

Color information

#776025 (or 0x776025) is unknown color: approx Himalaya. HEX triplet: 77, 60 and 25. RGB value is (119,96,37). Sum of RGB (Red+Green+Blue) = 119+96+37=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #776025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776025 is #889FDA. Grayscale: #606060. Windows color (decimal): -8953819 or 2449527. OLE color: 2449527.

HSL color Cylindrical-coordinate representation of color #776025: hue angle of 43.17º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #776025 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1199637-
CMYK00.190.690.53
HSL43.17º52.56%30.59%-
HSV(B)43.17º68.91%46.67%-
XYZ12.1212.423.51-
YUV96.1594.62144.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=47.22%
G=38.10%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119963700.190.690.5343.1752.5630.59
Hex77602501345352b351f
Octal1671404502310565536537
Binary11101111100000100101010011100010111010110101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776025; }

 p { color: rgb(119,96,37); }

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

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

 a { background-color: rgb(119,96,37); }

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

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

 span { border-color: rgb(119,96,37); }

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