#776335

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

Shades of Himalaya #776335

Tints of Himalaya #776335

Color information

#776335 (or 0x776335) is unknown color: approx Himalaya. HEX triplet: 77, 63 and 35. RGB value is (119,99,53). Sum of RGB (Red+Green+Blue) = 119+99+53=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #776335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776335 is #889CCA. Grayscale: #636363. Windows color (decimal): -8953035 or 3498871. OLE color: 3498871.

HSL color Cylindrical-coordinate representation of color #776335: hue angle of 41.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #776335 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB1199953-
CMYK00.170.550.53
HSL41.82º38.37%33.73%-
HSV(B)41.82º55.46%46.67%-
XYZ12.7113.15.23-
YUV99.74101.63141.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=43.91%
G=36.53%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119995300.170.550.5341.8238.3733.73
Hex77633501137352a2622
Octal167143650216765524642
Binary11101111100011110101010001110111110101101010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776335; }

 p { color: rgb(119,99,53); }

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

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

 a { background-color: rgb(119,99,53); }

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

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

 span { border-color: rgb(119,99,53); }

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