Html Css Color HEX #756B53 Peat

📋 copy color: '#756B53'

red 117 ◦ green 107 ◦ blue 83

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

Shades of Peat #756B53

Tints of Peat #756B53

RGB

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

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

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

R = 38.11%
G = 34.85%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756B53 (or 0x756B53) is known color: Peat. HEX triplet: 75, 6B and 53. RGB value is (117,107,83). Sum of RGB (Red+Green+Blue) = 117+107+83=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B53 is #8A94AC. Grayscale: #6B6B6B. Windows color (decimal): -9082029 or 5466997. OLE color: 5466997.

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

Color convert

RGB 117 107 83 -
CMYK 0 0.09 0.29 0.54
HSL 42.35º 0.17% 0.39% -
HSV(B) 42.35º 0.29% 0.46% -
XYZ 14.16 14.92 10.32 -
YUV 107.25 114.31 134.95 -
System Red Green Blue C M Y K H S L
Decimal 117 107 83 0 0.09 0.29 0.54 42.35 0.17 0.39
Hex 75 6B 53 0 9 1D 36 2A 11 27
Octal 165 153 123 0 11 35 66 52 21 47
Binary 1110101 1101011 1010011 0 1001 11101 110110 101010 10001 100111

Color Harmonies of #756B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B53

Black with #756B53

Text Example


Text Example

White with #756B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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