Html Css Color HEX #757052 Peat

📋 copy color: '#757052'

red 117 ◦ green 112 ◦ blue 82

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

Shades of Peat #757052

Tints of Peat #757052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.37%

R = 37.62%
G = 36.01%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#757052 (or 0x757052) is known color: Peat. HEX triplet: 75, 70 and 52. RGB value is (117,112,82). Sum of RGB (Red+Green+Blue) = 117+112+82=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #757052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757052 is #8A8FAD. Grayscale: #6E6E6E. Windows color (decimal): -9080750 or 5402741. OLE color: 5402741.

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

Color convert

RGB 117 112 82 -
CMYK 0 0.04 0.30 0.54
HSL 51.43º 0.18% 0.39% -
HSV(B) 51.43º 0.3% 0.46% -
XYZ 14.65 15.98 10.29 -
YUV 110.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 117 112 82 0 0.04 0.30 0.54 51.43 0.18 0.39
Hex 75 70 52 0 4 1E 36 33 12 27
Octal 165 160 122 0 4 36 66 63 22 47
Binary 1110101 1110000 1010010 0 100 11110 110110 110011 10010 100111

Color Harmonies of #757052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757052

Black with #757052

Text Example


Text Example

White with #757052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757052; }

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

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

background-color css

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

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

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

border-color css

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

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

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