Html Css Color HEX #756C53 Peat

📋 copy color: '#756C53'

red 117 ◦ green 108 ◦ blue 83

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

Shades of Peat #756C53

Tints of Peat #756C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.06%

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

R = 37.99%
G = 35.06%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756C53 (or 0x756C53) is known color: Peat. HEX triplet: 75, 6C and 53. RGB value is (117,108,83). Sum of RGB (Red+Green+Blue) = 117+108+83=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C53 is #8A93AC. Grayscale: #6B6B6B. Windows color (decimal): -9081773 or 5467253. OLE color: 5467253.

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

Color convert

RGB 117 108 83 -
CMYK 0 0.08 0.29 0.54
HSL 44.12º 0.17% 0.39% -
HSV(B) 44.12º 0.29% 0.46% -
XYZ 14.26 15.13 10.35 -
YUV 107.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 117 108 83 0 0.08 0.29 0.54 44.12 0.17 0.39
Hex 75 6C 53 0 8 1D 36 2C 11 27
Octal 165 154 123 0 10 35 66 54 21 47
Binary 1110101 1101100 1010011 0 1000 11101 110110 101100 10001 100111

Color Harmonies of #756C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C53

Black with #756C53

Text Example


Text Example

White with #756C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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