#766C3A

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

Shades of Himalaya #766C3A

Tints of Himalaya #766C3A

Color information

#766C3A (or 0x766C3A) is unknown color: approx Himalaya. HEX triplet: 76, 6C and 3A. RGB value is (118,108,58). Sum of RGB (Red+Green+Blue) = 118+108+58=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3A is #8993C5. Grayscale: #696969. Windows color (decimal): -9016262 or 3828854. OLE color: 3828854.

HSL color Cylindrical-coordinate representation of color #766C3A: hue angle of 50º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766C3A is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB11810858-
CMYK00.080.510.54
HSL50º34.09%34.51%-
HSV(B)50º50.85%46.27%-
XYZ13.614.886.16-
YUV105.29101.31137.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.55%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=41.55%
G=38.03%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181085800.080.510.545034.0934.51
Hex766C3A083336322223
Octal166154720106366624243
Binary1110110110110011101001000110011110110110010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766C3A; }

 p { color: rgb(118,108,58); }

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

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

 a { background-color: rgb(118,108,58); }

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

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

 span { border-color: rgb(118,108,58); }

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