Html Css Color HEX #756B50 Peat

📋 copy color: '#756B50'

red 117 ◦ green 107 ◦ blue 80

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

Shades of Peat #756B50

Tints of Peat #756B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 38.49%
G = 35.2%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#756B50 (or 0x756B50) is known color: Peat. HEX triplet: 75, 6B and 50. RGB value is (117,107,80). Sum of RGB (Red+Green+Blue) = 117+107+80=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B50 is #8A94AF. Grayscale: #6B6B6B. Windows color (decimal): -9082032 or 5270389. OLE color: 5270389.

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

Color convert

RGB 117 107 80 -
CMYK 0 0.09 0.32 0.54
HSL 43.78º 0.19% 0.39% -
HSV(B) 43.78º 0.32% 0.46% -
XYZ 14.04 14.88 9.72 -
YUV 106.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 117 107 80 0 0.09 0.32 0.54 43.78 0.19 0.39
Hex 75 6B 50 0 9 20 36 2C 13 27
Octal 165 153 120 0 11 40 66 54 23 47
Binary 1110101 1101011 1010000 0 1001 100000 110110 101100 10011 100111

Color Harmonies of #756B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B50

Black with #756B50

Text Example


Text Example

White with #756B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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