#757055

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

Shades of Peat #757055

Tints of Peat #757055

Color information

#757055 (or 0x757055) is unknown color: approx Peat. HEX triplet: 75, 70 and 55. RGB value is (117,112,85). Sum of RGB (Red+Green+Blue) = 117+112+85=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #757055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757055 is #8A8FAA. Grayscale: #6E6E6E. Windows color (decimal): -9080747 or 5599349. OLE color: 5599349.

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

Color convert

RGB11711285-
CMYK00.040.270.54
HSL50.62º15.84%39.61%-
HSV(B)50.62º27.35%45.88%-
XYZ14.7716.0310.91-
YUV110.42113.66132.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=37.26%
G=35.67%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171128500.040.270.5450.6215.8439.61
Hex757055041B36331028
Octal165160125043366632050
Binary11101011110000101010101001101111011011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757055; }

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

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

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

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

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

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

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

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