Html Css Color HEX #756E56 Peat

📋 copy color: '#756E56'

red 117 ◦ green 110 ◦ blue 86

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

Shades of Peat #756E56

Tints of Peat #756E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 86 (33.98% from 255) = 27.48%

R = 37.38%
G = 35.14%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756E56 (or 0x756E56) is known color: Peat. HEX triplet: 75, 6E and 56. RGB value is (117,110,86). Sum of RGB (Red+Green+Blue) = 117+110+86=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #756E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E56 is #8A91A9. Grayscale: #6D6D6D. Windows color (decimal): -9081258 or 5664373. OLE color: 5664373.

HSL color Cylindrical-coordinate representation of color #756E56: hue angle of 46.45º 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 #756E56 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 86 -
CMYK 0 0.06 0.26 0.54
HSL 46.45º 0.15% 0.4% -
HSV(B) 46.45º 0.26% 0.46% -
XYZ 14.59 15.61 11.05 -
YUV 109.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 117 110 86 0 0.06 0.26 0.54 46.45 0.15 0.4
Hex 75 6E 56 0 6 1A 36 2E F 28
Octal 165 156 126 0 6 32 66 56 17 50
Binary 1110101 1101110 1010110 0 110 11010 110110 101110 1111 101000

Color Harmonies of #756E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E56

Black with #756E56

Text Example


Text Example

White with #756E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,86); }

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

background-color css

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

 a { background-color: rgb(117,110,86); }

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

border-color css

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

 span { border-color: rgb(117,110,86); }

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