#765F2B

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

Shades of Himalaya #765F2B

Tints of Himalaya #765F2B

Color information

#765F2B (or 0x765F2B) is unknown color: approx Himalaya. HEX triplet: 76, 5F and 2B. RGB value is (118,95,43). Sum of RGB (Red+Green+Blue) = 118+95+43=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F2B is #89A0D4. Grayscale: #606060. Windows color (decimal): -9019605 or 2842486. OLE color: 2842486.

HSL color Cylindrical-coordinate representation of color #765F2B: hue angle of 41.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765F2B is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1189543-
CMYK00.190.640.54
HSL41.6º46.58%31.57%-
HSV(B)41.6º63.56%46.27%-
XYZ1212.214.01-
YUV95.9598.12143.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=46.09%
G=37.11%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118954300.190.640.5441.646.5831.57
Hex765F2B01340362a2f20
Octal1661375302310066525740
Binary111011010111111010110100111000000110110101010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F2B; }

 p { color: rgb(118,95,43); }

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

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

 a { background-color: rgb(118,95,43); }

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

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

 span { border-color: rgb(118,95,43); }

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