Html Css Color HEX #756D57 Peat

📋 copy color: '#756D57'

red 117 ◦ green 109 ◦ blue 87

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

Shades of Peat #756D57

Tints of Peat #756D57

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 87 (34.38% from 255) = 27.8%

R = 37.38%
G = 34.82%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756D57 (or 0x756D57) is known color: Peat. HEX triplet: 75, 6D and 57. RGB value is (117,109,87). Sum of RGB (Red+Green+Blue) = 117+109+87=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D57 is #8A92A8. Grayscale: #6C6C6C. Windows color (decimal): -9081513 or 5729653. OLE color: 5729653.

HSL color Cylindrical-coordinate representation of color #756D57: hue angle of 44º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756D57 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 87 -
CMYK 0 0.07 0.26 0.54
HSL 44º 0.15% 0.4% -
HSV(B) 44º 0.26% 0.46% -
XYZ 14.53 15.41 11.23 -
YUV 108.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 117 109 87 0 0.07 0.26 0.54 44 0.15 0.4
Hex 75 6D 57 0 7 1A 36 2C F 28
Octal 165 155 127 0 7 32 66 54 17 50
Binary 1110101 1101101 1010111 0 111 11010 110110 101100 1111 101000

Color Harmonies of #756D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D57

Black with #756D57

Text Example


Text Example

White with #756D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756D57; }

 p { color: rgb(117,109,87); }

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

background-color css

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

 a { background-color: rgb(117,109,87); }

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

border-color css

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

 span { border-color: rgb(117,109,87); }

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