#757058

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

Shades of Peat #757058

Tints of Peat #757058

Color information

#757058 (or 0x757058) is unknown color: approx Peat. HEX triplet: 75, 70 and 58. RGB value is (117,112,88). Sum of RGB (Red+Green+Blue) = 117+112+88=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757058 is #8A8FA7. Grayscale: #6E6E6E. Windows color (decimal): -9080744 or 5795957. OLE color: 5795957.

HSL color Cylindrical-coordinate representation of color #757058: hue angle of 49.66º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757058 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11711288-
CMYK00.040.250.54
HSL49.66º14.15%40.2%-
HSV(B)49.66º24.79%45.88%-
XYZ14.8916.0711.55-
YUV110.76115.16132.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=36.91%
G=35.33%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171128800.040.250.5449.6614.1540.2
Hex75705804193632e28
Octal165160130043166621650
Binary1110101111000010110000100110011101101100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757058; }

 p { color: rgb(117,112,88); }

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

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

 a { background-color: rgb(117,112,88); }

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

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

 span { border-color: rgb(117,112,88); }

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