Html Css Color HEX #756F56 Peat

📋 copy color: '#756F56'

red 117 ◦ green 111 ◦ blue 86

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

Shades of Peat #756F56

Tints of Peat #756F56

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 37.26%
G = 35.35%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#756F56 (or 0x756F56) is known color: Peat. HEX triplet: 75, 6F and 56. RGB value is (117,111,86). Sum of RGB (Red+Green+Blue) = 117+111+86=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #756F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F56 is #8A90A9. Grayscale: #6E6E6E. Windows color (decimal): -9081002 or 5664629. OLE color: 5664629.

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

Color convert

RGB 117 111 86 -
CMYK 0 0.05 0.26 0.54
HSL 48.39º 0.15% 0.4% -
HSV(B) 48.39º 0.26% 0.46% -
XYZ 14.7 15.82 11.08 -
YUV 109.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 117 111 86 0 0.05 0.26 0.54 48.39 0.15 0.4
Hex 75 6F 56 0 5 1A 36 30 F 28
Octal 165 157 126 0 5 32 66 60 17 50
Binary 1110101 1101111 1010110 0 101 11010 110110 110000 1111 101000

Color Harmonies of #756F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F56

Black with #756F56

Text Example


Text Example

White with #756F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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