#768E73

Color #768E73 Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #768E73

Tints of Davy's Grey #768E73

Color information

#768E73 (or 0x768E73) is unknown color: approx Davy's Grey. HEX triplet: 76, 8E and 73. RGB value is (118,142,115). Sum of RGB (Red+Green+Blue) = 118+142+115=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #768E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E73 is #89718C. Grayscale: #838383. Windows color (decimal): -9007501 or 7573110. OLE color: 7573110.

HSL color Cylindrical-coordinate representation of color #768E73: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768E73 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB118142115-
CMYK0.1700.190.44
HSL113.33º10.67%50.39%-
HSV(B)113.33º19.01%55.69%-
XYZ20.2424.4419.87-
YUV131.75118.55118.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=31.47%
G=37.87%
B=30.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421150.1700.190.44113.3310.6750.39
Hex768E73110132C71b32
Octal16621616321023541611362
Binary11101101000111011100111000101001110110011100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768E73; }

 p { color: rgb(118,142,115); }

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

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

 a { background-color: rgb(118,142,115); }

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

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

 span { border-color: rgb(118,142,115); }

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