Html Css Color HEX #787672 Dove Grey

📋 copy color: '#787672'

red 120 ◦ green 118 ◦ blue 114

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

Shades of Dove Grey #787672

Tints of Dove Grey #787672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 34.09%
G = 33.52%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#787672 (or 0x787672) is known color: Dove Grey. HEX triplet: 78, 76 and 72. RGB value is (120,118,114). Sum of RGB (Red+Green+Blue) = 120+118+114=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 120 - color contains mainly: red. Hex color #787672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787672 is #87898D. Grayscale: #767676. Windows color (decimal): -8882574 or 7501432. OLE color: 7501432.

HSL color Cylindrical-coordinate representation of color #787672: hue angle of 40º 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 #787672 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 118 114 -
CMYK 0 0.02 0.05 0.53
HSL 40º 0.03% 0.46% -
HSV(B) 40º 0.05% 0.47% -
XYZ 17.26 18.16 18.52 -
YUV 118.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 120 118 114 0 0.02 0.05 0.53 40 0.03 0.46
Hex 78 76 72 0 2 5 35 28 3 2E
Octal 170 166 162 0 2 5 65 50 3 56
Binary 1111000 1110110 1110010 0 10 101 110101 101000 11 101110

Color Harmonies of #787672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787672

Black with #787672

Text Example


Text Example

White with #787672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787672; }

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

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

background-color css

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

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

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

border-color css

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

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

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