#757054

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

Shades of Peat #757054

Tints of Peat #757054

Color information

#757054 (or 0x757054) is unknown color: approx Peat. HEX triplet: 75, 70 and 54. RGB value is (117,112,84). Sum of RGB (Red+Green+Blue) = 117+112+84=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #757054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757054 is #8A8FAB. Grayscale: #6E6E6E. Windows color (decimal): -9080748 or 5533813. OLE color: 5533813.

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

Color convert

RGB11711284-
CMYK00.040.280.54
HSL50.91º16.42%39.41%-
HSV(B)50.91º28.21%45.88%-
XYZ14.7316.0110.7-
YUV110.3113.16132.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=37.38%
G=35.78%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171128400.040.280.5450.9116.4239.41
Hex757054041C36331027
Octal165160124043466632047
Binary11101011110000101010001001110011011011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757054; }

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

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

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

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

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

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

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

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