Html Css Color HEX #756E54 Peat

📋 copy color: '#756E54'

red 117 ◦ green 110 ◦ blue 84

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

Shades of Peat #756E54

Tints of Peat #756E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 37.62%
G = 35.37%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#756E54 (or 0x756E54) is known color: Peat. HEX triplet: 75, 6E and 54. RGB value is (117,110,84). Sum of RGB (Red+Green+Blue) = 117+110+84=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E54 is #8A91AB. Grayscale: #6D6D6D. Windows color (decimal): -9081260 or 5533301. OLE color: 5533301.

HSL color Cylindrical-coordinate representation of color #756E54: hue angle of 47.27º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756E54 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 84 -
CMYK 0 0.06 0.28 0.54
HSL 47.27º 0.16% 0.39% -
HSV(B) 47.27º 0.28% 0.46% -
XYZ 14.51 15.57 10.63 -
YUV 109.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 117 110 84 0 0.06 0.28 0.54 47.27 0.16 0.39
Hex 75 6E 54 0 6 1C 36 2F 10 27
Octal 165 156 124 0 6 34 66 57 20 47
Binary 1110101 1101110 1010100 0 110 11100 110110 101111 10000 100111

Color Harmonies of #756E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E54

Black with #756E54

Text Example


Text Example

White with #756E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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