Html Css Color HEX #757053 Peat

📋 copy color: '#757053'

red 117 ◦ green 112 ◦ blue 83

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

Shades of Peat #757053

Tints of Peat #757053

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 37.5%
G = 35.9%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#757053 (or 0x757053) is known color: Peat. HEX triplet: 75, 70 and 53. RGB value is (117,112,83). Sum of RGB (Red+Green+Blue) = 117+112+83=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #757053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757053 is #8A8FAC. Grayscale: #6E6E6E. Windows color (decimal): -9080749 or 5468277. OLE color: 5468277.

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

Color convert

RGB 117 112 83 -
CMYK 0 0.04 0.29 0.54
HSL 51.18º 0.17% 0.39% -
HSV(B) 51.18º 0.29% 0.46% -
XYZ 14.69 15.99 10.5 -
YUV 110.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 117 112 83 0 0.04 0.29 0.54 51.18 0.17 0.39
Hex 75 70 53 0 4 1D 36 33 11 27
Octal 165 160 123 0 4 35 66 63 21 47
Binary 1110101 1110000 1010011 0 100 11101 110110 110011 10001 100111

Color Harmonies of #757053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757053

Black with #757053

Text Example


Text Example

White with #757053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757053; }

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

 H1.HeaderClassName
 {
   color: #757053;
 }
 .AnyTagClassName
 {
   color: #757053;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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