#767058

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

Shades of Peat #767058

Tints of Peat #767058

Color information

#767058 (or 0x767058) is unknown color: approx Peat. HEX triplet: 76, 70 and 58. RGB value is (118,112,88). Sum of RGB (Red+Green+Blue) = 118+112+88=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #767058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767058 is #898FA7. Grayscale: #6F6F6F. Windows color (decimal): -9015208 or 5795958. OLE color: 5795958.

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

Color convert

RGB11811288-
CMYK00.050.250.54
HSL48º14.56%40.39%-
HSV(B)48º25.42%46.27%-
XYZ15.0316.1411.56-
YUV111.06114.99132.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.11%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=37.11%
G=35.22%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181128800.050.250.544814.5640.39
Hex76705805193630f28
Octal166160130053166601750
Binary1110110111000010110000101110011101101100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767058; }

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

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

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

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

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

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

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

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