Html Css Color HEX #78776E Dove Grey

📋 copy color: '#78776E'

red 120 ◦ green 119 ◦ blue 110

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

Shades of Dove Grey #78776E

Tints of Dove Grey #78776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 34.38%
G = 34.1%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78776E (or 0x78776E) is known color: Dove Grey. HEX triplet: 78, 77 and 6E. RGB value is (120,119,110). Sum of RGB (Red+Green+Blue) = 120+119+110=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 120 - color contains mainly: red. Hex color #78776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78776E is #878891. Grayscale: #767676. Windows color (decimal): -8882322 or 7239544. OLE color: 7239544.

HSL color Cylindrical-coordinate representation of color #78776E: hue angle of 54º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78776E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 110 -
CMYK 0 0.01 0.08 0.53
HSL 54º 0.04% 0.45% -
HSV(B) 54º 0.08% 0.47% -
XYZ 17.16 18.31 17.38 -
YUV 118.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 120 119 110 0 0.01 0.08 0.53 54 0.04 0.45
Hex 78 77 6E 0 1 8 35 36 4 2D
Octal 170 167 156 0 1 10 65 66 4 55
Binary 1111000 1110111 1101110 0 1 1000 110101 110110 100 101101

Color Harmonies of #78776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78776E

Black with #78776E

Text Example


Text Example

White with #78776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78776E; }

 p { color: rgb(120,119,110); }

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

background-color css

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

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

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

border-color css

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

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

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