Html Css Color HEX #756D53 Peat

📋 copy color: '#756D53'

red 117 ◦ green 109 ◦ blue 83

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

Shades of Peat #756D53

Tints of Peat #756D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 37.86%
G = 35.28%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756D53 (or 0x756D53) is known color: Peat. HEX triplet: 75, 6D and 53. RGB value is (117,109,83). Sum of RGB (Red+Green+Blue) = 117+109+83=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D53 is #8A92AC. Grayscale: #6C6C6C. Windows color (decimal): -9081517 or 5467509. OLE color: 5467509.

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

Color convert

RGB 117 109 83 -
CMYK 0 0.07 0.29 0.54
HSL 45.88º 0.17% 0.39% -
HSV(B) 45.88º 0.29% 0.46% -
XYZ 14.37 15.34 10.39 -
YUV 108.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 117 109 83 0 0.07 0.29 0.54 45.88 0.17 0.39
Hex 75 6D 53 0 7 1D 36 2E 11 27
Octal 165 155 123 0 7 35 66 56 21 47
Binary 1110101 1101101 1010011 0 111 11101 110110 101110 10001 100111

Color Harmonies of #756D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D53

Black with #756D53

Text Example


Text Example

White with #756D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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