Html Css Color HEX #789879 Davy's Grey

📋 copy color: '#789879'

red 120 ◦ green 152 ◦ blue 121

#789879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #789879

Tints of Davy's Grey #789879

RGB

 RED value IS 120 (47.27% from 255) = 30.53%

 GREEN value IS 152 (59.77% from 255) = 38.68%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 30.53%
G = 38.68%
B = 30.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#789879 (or 0x789879) is known color: Davy's Grey. HEX triplet: 78, 98 and 79. RGB value is (120,152,121). Sum of RGB (Red+Green+Blue) = 120+152+121=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 152 - color contains mainly: green. Hex color #789879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789879 is #876786. Grayscale: #8A8A8A. Windows color (decimal): -8873863 or 7968888. OLE color: 7968888.

HSL color Cylindrical-coordinate representation of color #789879: hue angle of 121.88º 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 #789879 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 121 -
CMYK 0.21 0 0.20 0.40
HSL 121.88º 0.13% 0.53% -
HSV(B) 121.88º 0.21% 0.6% -
XYZ 22.43 27.83 22.28 -
YUV 138.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 120 152 121 0.21 0 0.20 0.40 121.88 0.13 0.53
Hex 78 98 79 15 0 14 28 7A D 35
Octal 170 230 171 25 0 24 50 172 15 65
Binary 1111000 10011000 1111001 10101 0 10100 101000 1111010 1101 110101

Color Harmonies of #789879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789879

Black with #789879

Text Example


Text Example

White with #789879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789879; }

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

 H1.HeaderClassName
 {
   color: #789879;
 }
 .AnyTagClassName
 {
   color: #789879;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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