#766128

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

Shades of Himalaya #766128

Tints of Himalaya #766128

Color information

#766128 (or 0x766128) is unknown color: approx Himalaya. HEX triplet: 76, 61 and 28. RGB value is (118,97,40). Sum of RGB (Red+Green+Blue) = 118+97+40=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766128 is #899ED7. Grayscale: #616161. Windows color (decimal): -9019096 or 2646390. OLE color: 2646390.

HSL color Cylindrical-coordinate representation of color #766128: hue angle of 43.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #766128 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1189740-
CMYK00.180.660.54
HSL43.85º49.37%30.98%-
HSV(B)43.85º66.1%46.27%-
XYZ12.1312.553.79-
YUV96.7895.96143.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=46.27%
G=38.04%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118974000.180.660.5443.8549.3730.98
Hex76612801242362c311f
Octal1661415002210266546137
Binary11101101100001101000010010100001011011010110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766128; }

 p { color: rgb(118,97,40); }

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

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

 a { background-color: rgb(118,97,40); }

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

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

 span { border-color: rgb(118,97,40); }

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