Html Css Color HEX #78997A Davy's Grey

📋 copy color: '#78997A'

red 120 ◦ green 153 ◦ blue 122

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

Shades of Davy's Grey #78997A

Tints of Davy's Grey #78997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.73%

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

R = 30.38%
G = 38.73%
B = 30.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#78997A (or 0x78997A) is known color: Davy's Grey. HEX triplet: 78, 99 and 7A. RGB value is (120,153,122). Sum of RGB (Red+Green+Blue) = 120+153+122=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #78997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78997A is #876685. Grayscale: #8B8B8B. Windows color (decimal): -8873606 or 8034680. OLE color: 8034680.

HSL color Cylindrical-coordinate representation of color #78997A: hue angle of 123.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78997A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 122 -
CMYK 0.22 0 0.20 0.4
HSL 123.64º 0.14% 0.54% -
HSV(B) 123.64º 0.22% 0.6% -
XYZ 22.65 28.18 22.66 -
YUV 139.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 120 153 122 0.22 0 0.20 0.4 123.64 0.14 0.54
Hex 78 99 7A 16 0 14 28 7C E 36
Octal 170 231 172 26 0 24 50 174 16 66
Binary 1111000 10011001 1111010 10110 0 10100 101000 1111100 1110 110110

Color Harmonies of #78997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78997A

Black with #78997A

Text Example


Text Example

White with #78997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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