#766725

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

Shades of Himalaya #766725

Tints of Himalaya #766725

Color information

#766725 (or 0x766725) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 25. RGB value is (118,103,37). Sum of RGB (Red+Green+Blue) = 118+103+37=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766725 is #8998DA. Grayscale: #646464. Windows color (decimal): -9017563 or 2451318. OLE color: 2451318.

HSL color Cylindrical-coordinate representation of color #766725: hue angle of 48.89º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766725 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB11810337-
CMYK00.130.690.54
HSL48.89º52.26%30.39%-
HSV(B)48.89º68.64%46.27%-
XYZ12.6613.693.72-
YUV99.9692.47140.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=45.74%
G=39.92%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181033700.130.690.5448.8952.2630.39
Hex7667250D453631341e
Octal1661474501510566616436
Binary1110110110011110010101101100010111011011000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766725; }

 p { color: rgb(118,103,37); }

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

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

 a { background-color: rgb(118,103,37); }

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

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

 span { border-color: rgb(118,103,37); }

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