Html Css Color HEX #787774 Dove Grey

📋 copy color: '#787774'

red 120 ◦ green 119 ◦ blue 116

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

Shades of Dove Grey #787774

Tints of Dove Grey #787774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 33.8%
G = 33.52%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#787774 (or 0x787774) is known color: Dove Grey. HEX triplet: 78, 77 and 74. RGB value is (120,119,116). Sum of RGB (Red+Green+Blue) = 120+119+116=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 120 - color contains mainly: red. Hex color #787774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787774 is #87888B. Grayscale: #767676. Windows color (decimal): -8882316 or 7632760. OLE color: 7632760.

HSL color Cylindrical-coordinate representation of color #787774: hue angle of 45º degrees, saturation: 0.02, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #787774 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 119 116 -
CMYK 0 0.01 0.03 0.53
HSL 45º 0.02% 0.46% -
HSV(B) 45º 0.03% 0.47% -
XYZ 17.49 18.45 19.16 -
YUV 118.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 120 119 116 0 0.01 0.03 0.53 45 0.02 0.46
Hex 78 77 74 0 1 3 35 2D 2 2E
Octal 170 167 164 0 1 3 65 55 2 56
Binary 1111000 1110111 1110100 0 1 11 110101 101101 10 101110

Color Harmonies of #787774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787774

Black with #787774

Text Example


Text Example

White with #787774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787774; }

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

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

background-color css

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

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

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

border-color css

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

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

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