#775f26

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

Shades of Himalaya #775F26

Tints of Himalaya #775F26

Color information

#775F26 (or 0x775F26) is unknown color: approx Himalaya. HEX triplet: 77, 5F and 26. RGB value is (119,95,38). Sum of RGB (Red+Green+Blue) = 119+95+38=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #775F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F26 is #88A0D9. Grayscale: #5F5F5F. Windows color (decimal): -8954074 or 2514807. OLE color: 2514807.

HSL color Cylindrical-coordinate representation of color #775F26: hue angle of 42.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #775F26 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1199538-
CMYK00.200.680.53
HSL42.22º51.59%30.78%-
HSV(B)42.22º68.07%46.67%-
XYZ12.0512.253.56-
YUV95.6895.45144.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.22%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=47.22%
G=37.70%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119953800.200.680.5342.2251.5930.78
Hex775F2601444352a341f
Octal1671374602410465526437
Binary11101111011111100110010100100010011010110101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775f26; }

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

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

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

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

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

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

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

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