Html Css Color HEX #787772 Dove Grey

📋 copy color: '#787772'

red 120 ◦ green 119 ◦ blue 114

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

Shades of Dove Grey #787772

Tints of Dove Grey #787772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 33.99%
G = 33.71%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#787772 (or 0x787772) is known color: Dove Grey. HEX triplet: 78, 77 and 72. RGB value is (120,119,114). Sum of RGB (Red+Green+Blue) = 120+119+114=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787772 is #87888D. Grayscale: #767676. Windows color (decimal): -8882318 or 7501688. OLE color: 7501688.

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

Color convert

RGB 120 119 114 -
CMYK 0 0.01 0.05 0.53
HSL 50º 0.03% 0.46% -
HSV(B) 50º 0.05% 0.47% -
XYZ 17.38 18.4 18.56 -
YUV 118.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 120 119 114 0 0.01 0.05 0.53 50 0.03 0.46
Hex 78 77 72 0 1 5 35 32 3 2E
Octal 170 167 162 0 1 5 65 62 3 56
Binary 1111000 1110111 1110010 0 1 101 110101 110010 11 101110

Color Harmonies of #787772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787772

Black with #787772

Text Example


Text Example

White with #787772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787772; }

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

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

background-color css

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

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

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

border-color css

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

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

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