#78927A

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

Shades of Davy's Grey #78927A

Tints of Davy's Grey #78927A

Color information

#78927A (or 0x78927A) is unknown color: approx Davy's Grey. HEX triplet: 78, 92 and 7A. RGB value is (120,146,122). Sum of RGB (Red+Green+Blue) = 120+146+122=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #78927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78927A is #876D85. Grayscale: #878787. Windows color (decimal): -8875398 or 8032888. OLE color: 8032888.

HSL color Cylindrical-coordinate representation of color #78927A: hue angle of 124.62º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78927A is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB120146122-
CMYK0.1800.160.43
HSL124.62º10.66%52.16%-
HSV(B)124.62º17.81%57.25%-
XYZ21.5425.9622.29-
YUV135.49120.39116.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.93%
GREEN value IS 146 (57.42% from 255) = 37.63%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=30.93%
G=37.63%
B=31.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461220.1800.160.43124.6210.6652.16
Hex78927A120102B7db34
Octal17022217222020531751364
Binary11110001001001011110101001001000010101111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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