Html Css Color HEX #78987A Davy's Grey

📋 copy color: '#78987A'

red 120 ◦ green 152 ◦ blue 122

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

Shades of Davy's Grey #78987A

Tints of Davy's Grey #78987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 30.46%
G = 38.58%
B = 30.96%

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

#78987A (or 0x78987A) is known color: Davy's Grey. HEX triplet: 78, 98 and 7A. RGB value is (120,152,122). Sum of RGB (Red+Green+Blue) = 120+152+122=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #78987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987A is #876785. Grayscale: #8B8B8B. Windows color (decimal): -8873862 or 8034424. OLE color: 8034424.

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

Color convert

RGB 120 152 122 -
CMYK 0.21 0 0.20 0.40
HSL 123.75º 0.13% 0.53% -
HSV(B) 123.75º 0.21% 0.6% -
XYZ 22.49 27.85 22.6 -
YUV 139.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 120 152 122 0.21 0 0.20 0.40 123.75 0.13 0.53
Hex 78 98 7A 15 0 14 28 7C D 35
Octal 170 230 172 25 0 24 50 174 15 65
Binary 1111000 10011000 1111010 10101 0 10100 101000 1111100 1101 110101

Color Harmonies of #78987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78987A

Black with #78987A

Text Example


Text Example

White with #78987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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