#767155

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

Shades of Peat #767155

Tints of Peat #767155

Color information

#767155 (or 0x767155) is unknown color: approx Peat. HEX triplet: 76, 71 and 55. RGB value is (118,113,85). Sum of RGB (Red+Green+Blue) = 118+113+85=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #767155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767155 is #898EAA. Grayscale: #6F6F6F. Windows color (decimal): -9014955 or 5599606. OLE color: 5599606.

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

Color convert

RGB11811385-
CMYK00.040.280.54
HSL50.91º16.26%39.8%-
HSV(B)50.91º27.97%46.27%-
XYZ15.0216.3210.95-
YUV111.3113.16132.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=37.34%
G=35.76%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181138500.040.280.5450.9116.2639.8
Hex767155041C36331028
Octal166161125043466632050
Binary11101101110001101010101001110011011011001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767155; }

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

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

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

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

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

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

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

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