Html Css Color HEX #756B55 Peat

📋 copy color: '#756B55'

red 117 ◦ green 107 ◦ blue 85

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

Shades of Peat #756B55

Tints of Peat #756B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 37.86%
G = 34.63%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#756B55 (or 0x756B55) is known color: Peat. HEX triplet: 75, 6B and 55. RGB value is (117,107,85). Sum of RGB (Red+Green+Blue) = 117+107+85=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #756B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B55 is #8A94AA. Grayscale: #6B6B6B. Windows color (decimal): -9082027 or 5598069. OLE color: 5598069.

HSL color Cylindrical-coordinate representation of color #756B55: hue angle of 41.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756B55 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 85 -
CMYK 0 0.09 0.27 0.54
HSL 41.25º 0.16% 0.4% -
HSV(B) 41.25º 0.27% 0.46% -
XYZ 14.23 14.95 10.73 -
YUV 107.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 117 107 85 0 0.09 0.27 0.54 41.25 0.16 0.4
Hex 75 6B 55 0 9 1B 36 29 10 28
Octal 165 153 125 0 11 33 66 51 20 50
Binary 1110101 1101011 1010101 0 1001 11011 110110 101001 10000 101000

Color Harmonies of #756B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B55

Black with #756B55

Text Example


Text Example

White with #756B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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