Html Css Color HEX #789478 Davy's Grey

📋 copy color: '#789478'

red 120 ◦ green 148 ◦ blue 120

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

Shades of Davy's Grey #789478

Tints of Davy's Grey #789478

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 30.93%
G = 38.14%
B = 30.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#789478 (or 0x789478) is known color: Davy's Grey. HEX triplet: 78, 94 and 78. RGB value is (120,148,120). Sum of RGB (Red+Green+Blue) = 120+148+120=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #789478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789478 is #876B87. Grayscale: #888888. Windows color (decimal): -8874888 or 7902328. OLE color: 7902328.

HSL color Cylindrical-coordinate representation of color #789478: hue angle of 120º 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 #789478 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 120 -
CMYK 0.19 0 0.19 0.42
HSL 120º 0.12% 0.53% -
HSV(B) 120º 0.19% 0.58% -
XYZ 21.73 26.53 21.74 -
YUV 136.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 120 148 120 0.19 0 0.19 0.42 120 0.12 0.53
Hex 78 94 78 13 0 13 2A 78 C 35
Octal 170 224 170 23 0 23 52 170 14 65
Binary 1111000 10010100 1111000 10011 0 10011 101010 1111000 1100 110101

Color Harmonies of #789478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789478

Black with #789478

Text Example


Text Example

White with #789478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789478; }

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

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

background-color css

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

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

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

border-color css

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

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

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