#766B53

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

Shades of Peat #766B53

Tints of Peat #766B53

Color information

#766B53 (or 0x766B53) is unknown color: approx Peat. HEX triplet: 76, 6B and 53. RGB value is (118,107,83). Sum of RGB (Red+Green+Blue) = 118+107+83=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B53 is #8994AC. Grayscale: #6B6B6B. Windows color (decimal): -9016493 or 5466998. OLE color: 5466998.

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

Color convert

RGB11810783-
CMYK00.090.300.54
HSL41.14º17.41%39.41%-
HSV(B)41.14º29.66%46.27%-
XYZ14.2914.9910.32-
YUV107.55114.14135.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=38.31%
G=34.74%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181078300.090.300.5441.1417.4139.41
Hex766B53091E36291127
Octal1661531230113666512147
Binary111011011010111010011010011111011011010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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