#78987A

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

Shades of Davy's Grey #78987A

Tints of Davy's Grey #78987A

Color information

#78987A (or 0x78987A) is unknown color: approx Davy's Grey. HEX triplet: 78, 98 and 7A. RGB value is (120,152,122). Sum of RGB (Red+Green+Blue) = 120+152+122=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #78987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987A is #876785. Grayscale: #8B8B8B. Windows color (decimal): -8873862 or 8034424. OLE color: 8034424.

HSL color Cylindrical-coordinate representation of color #78987A: hue angle of 123.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78987A is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB120152122-
CMYK0.2100.200.40
HSL123.75º13.45%53.33%-
HSV(B)123.75º21.05%59.61%-
XYZ22.4927.8522.6-
YUV139.01118.4114.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=30.46%
G=38.58%
B=30.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521220.2100.200.40123.7513.4553.33
Hex78987A15014287cd35
Octal17023017225024501741565
Binary11110001001100011110101010101010010100011111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78987A; }

 p { color: rgb(120,152,122); }

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

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

 a { background-color: rgb(120,152,122); }

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

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

 span { border-color: rgb(120,152,122); }

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