Html Css Color HEX #78756E Dove Grey

📋 copy color: '#78756E'

red 120 ◦ green 117 ◦ blue 110

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

Shades of Dove Grey #78756E

Tints of Dove Grey #78756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.72%

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

R = 34.58%
G = 33.72%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78756E (or 0x78756E) is known color: Dove Grey. HEX triplet: 78, 75 and 6E. RGB value is (120,117,110). Sum of RGB (Red+Green+Blue) = 120+117+110=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 120 - color contains mainly: red. Hex color #78756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756E is #878A91. Grayscale: #757575. Windows color (decimal): -8882834 or 7239032. OLE color: 7239032.

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

Color convert

RGB 120 117 110 -
CMYK 0 0.02 0.08 0.53
HSL 42º 0.04% 0.45% -
HSV(B) 42º 0.08% 0.47% -
XYZ 16.92 17.84 17.3 -
YUV 117.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 120 117 110 0 0.02 0.08 0.53 42 0.04 0.45
Hex 78 75 6E 0 2 8 35 2A 4 2D
Octal 170 165 156 0 2 10 65 52 4 55
Binary 1111000 1110101 1101110 0 10 1000 110101 101010 100 101101

Color Harmonies of #78756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78756E

Black with #78756E

Text Example


Text Example

White with #78756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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