Html Css Color HEX #788676 Davy's Grey

📋 copy color: '#788676'

red 120 ◦ green 134 ◦ blue 118

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

Shades of Davy's Grey #788676

Tints of Davy's Grey #788676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 118 (46.48% from 255) = 31.72%

R = 32.26%
G = 36.02%
B = 31.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#788676 (or 0x788676) is known color: Davy's Grey. HEX triplet: 78, 86 and 76. RGB value is (120,134,118). Sum of RGB (Red+Green+Blue) = 120+134+118=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #788676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788676 is #877989. Grayscale: #808080. Windows color (decimal): -8878474 or 7767672. OLE color: 7767672.

HSL color Cylindrical-coordinate representation of color #788676: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788676 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 134 118 -
CMYK 0.10 0 0.12 0.47
HSL 112.5º 0.06% 0.49% -
HSV(B) 112.5º 0.12% 0.53% -
XYZ 19.54 22.35 20.42 -
YUV 127.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 120 134 118 0.10 0 0.12 0.47 112.5 0.06 0.49
Hex 78 86 76 A 0 C 2F 70 6 31
Octal 170 206 166 12 0 14 57 160 6 61
Binary 1111000 10000110 1110110 1010 0 1100 101111 1110000 110 110001

Color Harmonies of #788676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788676

Black with #788676

Text Example


Text Example

White with #788676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788676; }

 p { color: rgb(120,134,118); }

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

background-color css

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

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

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

border-color css

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

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

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