#767055

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

Shades of Peat #767055

Tints of Peat #767055

Color information

#767055 (or 0x767055) is unknown color: approx Peat. HEX triplet: 76, 70 and 55. RGB value is (118,112,85). Sum of RGB (Red+Green+Blue) = 118+112+85=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #767055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767055 is #898FAA. Grayscale: #6E6E6E. Windows color (decimal): -9015211 or 5599350. OLE color: 5599350.

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

Color convert

RGB11811285-
CMYK00.050.280.54
HSL49.09º16.26%39.8%-
HSV(B)49.09º27.97%46.27%-
XYZ14.9116.110.92-
YUV110.72113.49133.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=37.46%
G=35.56%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181128500.050.280.5449.0916.2639.8
Hex767055051C36311028
Octal166160125053466612050
Binary11101101110000101010101011110011011011000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767055; }

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

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

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

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

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

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

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

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