#776225

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

Shades of Himalaya #776225

Tints of Himalaya #776225

Color information

#776225 (or 0x776225) is unknown color: approx Himalaya. HEX triplet: 77, 62 and 25. RGB value is (119,98,37). Sum of RGB (Red+Green+Blue) = 119+98+37=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776225 is #889DDA. Grayscale: #616161. Windows color (decimal): -8953307 or 2450039. OLE color: 2450039.

HSL color Cylindrical-coordinate representation of color #776225: hue angle of 44.63º 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 #776225 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1199837-
CMYK00.180.690.53
HSL44.63º52.56%30.59%-
HSV(B)44.63º68.91%46.67%-
XYZ12.3112.793.57-
YUV97.3293.96143.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 37 (14.84% from 255) = 14.57%
R=46.85%
G=38.58%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119983700.180.690.5344.6352.5630.59
Hex77622501245352d351f
Octal1671424502210565556537
Binary11101111100010100101010010100010111010110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776225; }

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

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

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

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

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

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

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

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