#768176

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

Shades of Davy's Grey #768176

Tints of Davy's Grey #768176

Color information

#768176 (or 0x768176) is unknown color: approx Davy's Grey. HEX triplet: 76, 81 and 76. RGB value is (118,129,118). Sum of RGB (Red+Green+Blue) = 118+129+118=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 129 - color contains mainly: green. Hex color #768176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768176 is #897E89. Grayscale: #7C7C7C. Windows color (decimal): -9010826 or 7766390. OLE color: 7766390.

HSL color Cylindrical-coordinate representation of color #768176: hue angle of 120º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #768176 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB118129118-
CMYK0.0900.090.49
HSL120º4.45%48.43%-
HSV(B)120º8.53%50.59%-
XYZ18.5920.8620.19-
YUV124.46124.36123.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=32.33%
G=35.34%
B=32.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291180.0900.090.491204.4548.43
Hex7681769093178430
Octal1662011661101161170460
Binary11101101000000111101101001010011100011111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768176; }

 p { color: rgb(118,129,118); }

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

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

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

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

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

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

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