#768477

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

Shades of Davy's Grey #768477

Tints of Davy's Grey #768477

Color information

#768477 (or 0x768477) is unknown color: approx Davy's Grey. HEX triplet: 76, 84 and 77. RGB value is (118,132,119). Sum of RGB (Red+Green+Blue) = 118+132+119=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #768477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768477 is #897B88. Grayscale: #7E7E7E. Windows color (decimal): -9010057 or 7832694. OLE color: 7832694.

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

Color convert

RGB118132119-
CMYK0.1100.100.48
HSL124.29º5.6%49.02%-
HSV(B)124.29º10.61%51.76%-
XYZ19.0521.6920.63-
YUV126.33123.86122.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=31.98%
G=35.77%
B=32.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321190.1100.100.48124.295.649.02
Hex768477B0A307c631
Octal1662041671301260174661
Binary11101101000010011101111011010101100001111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768477; }

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

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

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

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

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

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

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

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