#766C53

Color #766C53 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #766C53

Tints of Peat #766C53

Color information

#766C53 (or 0x766C53) is unknown color: approx Peat. HEX triplet: 76, 6C and 53. RGB value is (118,108,83). Sum of RGB (Red+Green+Blue) = 118+108+83=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C53 is #8993AC. Grayscale: #6C6C6C. Windows color (decimal): -9016237 or 5467254. OLE color: 5467254.

HSL color Cylindrical-coordinate representation of color #766C53: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766C53 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11810883-
CMYK00.080.300.54
HSL42.86º17.41%39.41%-
HSV(B)42.86º29.66%46.27%-
XYZ14.415.210.36-
YUV108.14113.81135.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=38.19%
G=34.95%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181088300.080.300.5442.8617.4139.41
Hex766C53081E362b1127
Octal1661541230103666532147
Binary111011011011001010011010001111011011010101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #766C53;
 }
 .AnyTagClassName
 {
   color: #766C53;
 }
</style>
background-color css

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

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

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

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

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

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