#78907A

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

Shades of Davy's Grey #78907A

Tints of Davy's Grey #78907A

Color information

#78907A (or 0x78907A) is unknown color: approx Davy's Grey. HEX triplet: 78, 90 and 7A. RGB value is (120,144,122). Sum of RGB (Red+Green+Blue) = 120+144+122=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #78907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78907A is #876F85. Grayscale: #868686. Windows color (decimal): -8875910 or 8032376. OLE color: 8032376.

HSL color Cylindrical-coordinate representation of color #78907A: hue angle of 125º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78907A is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB120144122-
CMYK0.1700.150.44
HSL125º9.76%51.76%-
HSV(B)125º16.67%56.47%-
XYZ21.2325.3422.19-
YUV134.32121.05117.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=31.09%
G=37.31%
B=31.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441220.1700.150.441259.7651.76
Hex78907A110F2C7da34
Octal17022017221017541751264
Binary1111000100100001111010100010111110110011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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