#765F30

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

Shades of Himalaya #765F30

Tints of Himalaya #765F30

Color information

#765F30 (or 0x765F30) is unknown color: approx Himalaya. HEX triplet: 76, 5F and 30. RGB value is (118,95,48). Sum of RGB (Red+Green+Blue) = 118+95+48=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #765F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F30 is #89A0CF. Grayscale: #606060. Windows color (decimal): -9019600 or 3170166. OLE color: 3170166.

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

Color convert

RGB1189548-
CMYK00.190.590.54
HSL40.29º42.17%32.55%-
HSV(B)40.29º59.32%46.27%-
XYZ12.112.254.52-
YUV96.52100.62143.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=45.21%
G=36.40%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118954800.190.590.5440.2942.1732.55
Hex765F300133B36282a21
Octal166137600237366505241
Binary11101101011111110000010011111011110110101000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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