Html Css Color HEX #757054 Peat

📋 copy color: '#757054'

red 117 ◦ green 112 ◦ blue 84

#757054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peat #757054

Tints of Peat #757054

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.2% from 255) = 26.84%

R = 37.38%
G = 35.78%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#757054 (or 0x757054) is known color: 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

RGB 117 112 84 -
CMYK 0 0.04 0.28 0.54
HSL 50.91º 0.16% 0.39% -
HSV(B) 50.91º 0.28% 0.46% -
XYZ 14.73 16.01 10.7 -
YUV 110.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 117 112 84 0 0.04 0.28 0.54 50.91 0.16 0.39
Hex 75 70 54 0 4 1C 36 33 10 27
Octal 165 160 124 0 4 34 66 63 20 47
Binary 1110101 1110000 1010100 0 100 11100 110110 110011 10000 100111

Color Harmonies of #757054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757054

Black with #757054

Text Example


Text Example

White with #757054

Text Example


Text Example

HTML Codes & Css Web 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>