#768677

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

Shades of Davy's Grey #768677

Tints of Davy's Grey #768677

Color information

#768677 (or 0x768677) is unknown color: approx Davy's Grey. HEX triplet: 76, 86 and 77. RGB value is (118,134,119). Sum of RGB (Red+Green+Blue) = 118+134+119=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #768677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768677 is #897988. Grayscale: #7F7F7F. Windows color (decimal): -9009545 or 7833206. OLE color: 7833206.

HSL color Cylindrical-coordinate representation of color #768677: hue angle of 123.75º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768677 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB118134119-
CMYK0.1200.110.47
HSL123.75º6.35%49.41%-
HSV(B)123.75º11.94%52.55%-
XYZ19.3322.2320.73-
YUV127.51123.2121.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=31.81%
G=36.12%
B=32.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341190.1200.110.47123.756.3549.41
Hex768677C0B2F7c631
Octal1662061671401357174661
Binary11101101000011011101111100010111011111111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768677; }

 p { color: rgb(118,134,119); }

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

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

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

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

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

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

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