Html Css Color HEX #757058 Peat

📋 copy color: '#757058'

red 117 ◦ green 112 ◦ blue 88

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

Shades of Peat #757058

Tints of Peat #757058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 36.91%
G = 35.33%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#757058 (or 0x757058) is known color: Peat. HEX triplet: 75, 70 and 58. RGB value is (117,112,88). Sum of RGB (Red+Green+Blue) = 117+112+88=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #757058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757058 is #8A8FA7. Grayscale: #6E6E6E. Windows color (decimal): -9080744 or 5795957. OLE color: 5795957.

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

Color convert

RGB 117 112 88 -
CMYK 0 0.04 0.25 0.54
HSL 49.66º 0.14% 0.4% -
HSV(B) 49.66º 0.25% 0.46% -
XYZ 14.89 16.07 11.55 -
YUV 110.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 117 112 88 0 0.04 0.25 0.54 49.66 0.14 0.4
Hex 75 70 58 0 4 19 36 32 E 28
Octal 165 160 130 0 4 31 66 62 16 50
Binary 1110101 1110000 1011000 0 100 11001 110110 110010 1110 101000

Color Harmonies of #757058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757058

Black with #757058

Text Example


Text Example

White with #757058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757058; }

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

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

background-color css

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

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

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

border-color css

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

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

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