#777158

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

Shades of Peat #777158

Tints of Peat #777158

Color information

#777158 (or 0x777158) is unknown color: approx Peat. HEX triplet: 77, 71 and 58. RGB value is (119,113,88). Sum of RGB (Red+Green+Blue) = 119+113+88=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #777158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777158 is #888EA7. Grayscale: #707070. Windows color (decimal): -8949416 or 5796215. OLE color: 5796215.

HSL color Cylindrical-coordinate representation of color #777158: hue angle of 48.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #777158 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB11911388-
CMYK00.050.260.53
HSL48.39º14.98%40.59%-
HSV(B)48.39º26.05%46.67%-
XYZ15.2716.4411.6-
YUV111.94114.49133.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=37.19%
G=35.31%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191138800.050.260.5348.3914.9840.59
Hex777158051A3530f29
Octal167161130053265601751
Binary1110111111000110110000101110101101011100001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777158; }

 p { color: rgb(119,113,88); }

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

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

 a { background-color: rgb(119,113,88); }

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

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

 span { border-color: rgb(119,113,88); }

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