#756A38

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

Shades of Himalaya #756A38

Tints of Himalaya #756A38

Color information

#756A38 (or 0x756A38) is unknown color: approx Himalaya. HEX triplet: 75, 6A and 38. RGB value is (117,106,56). Sum of RGB (Red+Green+Blue) = 117+106+56=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A38 is #8A95C7. Grayscale: #676767. Windows color (decimal): -9082312 or 3697269. OLE color: 3697269.

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

Color convert

RGB11710656-
CMYK00.090.520.54
HSL49.18º35.26%33.92%-
HSV(B)49.18º52.14%45.88%-
XYZ13.214.385.82-
YUV103.59101.14137.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 56 (22.27% from 255) = 20.07%
R=41.94%
G=37.99%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171065600.090.520.5449.1835.2633.92
Hex756A38093436312322
Octal165152700116466614342
Binary1110101110101011100001001110100110110110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A38; }

 p { color: rgb(117,106,56); }

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

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

 a { background-color: rgb(117,106,56); }

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

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

 span { border-color: rgb(117,106,56); }

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