Html Css Color HEX #756C50 Peat

📋 copy color: '#756C50'

red 117 ◦ green 108 ◦ blue 80

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

Shades of Peat #756C50

Tints of Peat #756C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 38.36%
G = 35.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756C50 (or 0x756C50) is known color: Peat. HEX triplet: 75, 6C and 50. RGB value is (117,108,80). Sum of RGB (Red+Green+Blue) = 117+108+80=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #756C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C50 is #8A93AF. Grayscale: #6B6B6B. Windows color (decimal): -9081776 or 5270645. OLE color: 5270645.

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

Color convert

RGB 117 108 80 -
CMYK 0 0.08 0.32 0.54
HSL 45.41º 0.19% 0.39% -
HSV(B) 45.41º 0.32% 0.46% -
XYZ 14.15 15.09 9.76 -
YUV 107.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 117 108 80 0 0.08 0.32 0.54 45.41 0.19 0.39
Hex 75 6C 50 0 8 20 36 2D 13 27
Octal 165 154 120 0 10 40 66 55 23 47
Binary 1110101 1101100 1010000 0 1000 100000 110110 101101 10011 100111

Color Harmonies of #756C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C50

Black with #756C50

Text Example


Text Example

White with #756C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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