#767053

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

Shades of Peat #767053

Tints of Peat #767053

Color information

#767053 (or 0x767053) is unknown color: approx Peat. HEX triplet: 76, 70 and 53. RGB value is (118,112,83). Sum of RGB (Red+Green+Blue) = 118+112+83=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #767053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767053 is #898FAC. Grayscale: #6E6E6E. Windows color (decimal): -9015213 or 5468278. OLE color: 5468278.

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

Color convert

RGB11811283-
CMYK00.050.300.54
HSL49.71º17.41%39.41%-
HSV(B)49.71º29.66%46.27%-
XYZ14.8316.0610.5-
YUV110.49112.49133.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=37.70%
G=35.78%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181128300.050.300.5449.7117.4139.41
Hex767053051E36321127
Octal166160123053666622147
Binary11101101110000101001101011111011011011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767053; }

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

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

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

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

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

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

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

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