#78947B

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

Shades of Davy's Grey #78947B

Tints of Davy's Grey #78947B

Color information

#78947B (or 0x78947B) is unknown color: approx Davy's Grey. HEX triplet: 78, 94 and 7B. RGB value is (120,148,123). Sum of RGB (Red+Green+Blue) = 120+148+123=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #78947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78947B is #876B84. Grayscale: #888888. Windows color (decimal): -8874885 or 8098936. OLE color: 8098936.

HSL color Cylindrical-coordinate representation of color #78947B: hue angle of 126.43º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78947B is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB120148123-
CMYK0.1900.170.42
HSL126.43º11.57%52.55%-
HSV(B)126.43º18.92%58.04%-
XYZ21.9126.622.72-
YUV136.78120.22116.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.69%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=30.69%
G=37.85%
B=31.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481230.1900.170.42126.4311.5752.55
Hex78947B130112A7ec35
Octal17022417323021521761465
Binary11110001001010011110111001101000110101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78947B; }

 p { color: rgb(120,148,123); }

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

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

 a { background-color: rgb(120,148,123); }

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

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

 span { border-color: rgb(120,148,123); }

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