Html Css Color HEX #757055 Peat

📋 copy color: '#757055'

red 117 ◦ green 112 ◦ blue 85

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

Shades of Peat #757055

Tints of Peat #757055

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 value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 117 112 85 -
CMYK 0 0.04 0.27 0.54
HSL 50.63º 0.16% 0.4% -
HSV(B) 50.63º 0.27% 0.46% -
XYZ 14.77 16.03 10.91 -
YUV 110.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 117 112 85 0 0.04 0.27 0.54 50.63 0.16 0.4
Hex 75 70 55 0 4 1B 36 33 10 28
Octal 165 160 125 0 4 33 66 63 20 50
Binary 1110101 1110000 1010101 0 100 11011 110110 110011 10000 101000

Color Harmonies of #757055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757055

Black with #757055

Text Example


Text Example

White with #757055

Text Example


Text Example

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