Html Css Color HEX #788E7A Davy's Grey

📋 copy color: '#788E7A'

red 120 ◦ green 142 ◦ blue 122

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

Shades of Davy's Grey #788E7A

Tints of Davy's Grey #788E7A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 31.25%
G = 36.98%
B = 31.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#788E7A (or 0x788E7A) is known color: Davy's Grey. HEX triplet: 78, 8E and 7A. RGB value is (120,142,122). Sum of RGB (Red+Green+Blue) = 120+142+122=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #788E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788E7A is #877185. Grayscale: #858585. Windows color (decimal): -8876422 or 8031864. OLE color: 8031864.

HSL color Cylindrical-coordinate representation of color #788E7A: hue angle of 125.45º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788E7A is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 142 122 -
CMYK 0.15 0 0.14 0.44
HSL 125.45º 0.09% 0.51% -
HSV(B) 125.45º 0.15% 0.56% -
XYZ 20.93 24.74 22.09 -
YUV 133.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 120 142 122 0.15 0 0.14 0.44 125.45 0.09 0.51
Hex 78 8E 7A F 0 E 2C 7D 9 33
Octal 170 216 172 17 0 16 54 175 11 63
Binary 1111000 10001110 1111010 1111 0 1110 101100 1111101 1001 110011

Color Harmonies of #788E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788E7A

Black with #788E7A

Text Example


Text Example

White with #788E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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