#756726

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

Shades of Himalaya #756726

Tints of Himalaya #756726

Color information

#756726 (or 0x756726) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 26. RGB value is (117,103,38). Sum of RGB (Red+Green+Blue) = 117+103+38=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #756726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756726 is #8A98D9. Grayscale: #646464. Windows color (decimal): -9083098 or 2516853. OLE color: 2516853.

HSL color Cylindrical-coordinate representation of color #756726: hue angle of 49.37º 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 #756726 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB11710338-
CMYK00.120.680.54
HSL49.37º50.97%30.39%-
HSV(B)49.37º67.52%45.88%-
XYZ12.5413.623.8-
YUV99.7893.14140.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 38 (15.23% from 255) = 14.73%
R=45.35%
G=39.92%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171033800.120.680.5449.3750.9730.39
Hex7567260C443631331e
Octal1651474601410466616336
Binary1110101110011110011001100100010011011011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756726; }

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

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

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

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

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

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

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

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