#755F26

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

Shades of Himalaya #755F26

Tints of Himalaya #755F26

Color information

#755F26 (or 0x755F26) is unknown color: approx Himalaya. HEX triplet: 75, 5F and 26. RGB value is (117,95,38). Sum of RGB (Red+Green+Blue) = 117+95+38=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F26 is #8AA0D9. Grayscale: #5F5F5F. Windows color (decimal): -9085146 or 2514805. OLE color: 2514805.

HSL color Cylindrical-coordinate representation of color #755F26: hue angle of 43.29º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #755F26 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1179538-
CMYK00.190.680.54
HSL43.29º50.97%30.39%-
HSV(B)43.29º67.52%45.88%-
XYZ11.7812.113.55-
YUV95.0895.79143.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 38 (15.23% from 255) = 15.2%
R=46.8%
G=38%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117953800.190.680.5443.2950.9730.39
Hex755F2601344362b331e
Octal1651374602310466536336
Binary11101011011111100110010011100010011011010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755F26; }

 p { color: rgb(117,95,38); }

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

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

 a { background-color: rgb(117,95,38); }

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

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

 span { border-color: rgb(117,95,38); }

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