Html Css Color HEX #78756B Dove Grey

📋 copy color: '#78756B'

red 120 ◦ green 117 ◦ blue 107

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

Shades of Dove Grey #78756B

Tints of Dove Grey #78756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 34.88%
G = 34.01%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78756B (or 0x78756B) is known color: Dove Grey. HEX triplet: 78, 75 and 6B. RGB value is (120,117,107). Sum of RGB (Red+Green+Blue) = 120+117+107=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #78756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78756B is #878A94. Grayscale: #747474. Windows color (decimal): -8882837 or 7042424. OLE color: 7042424.

HSL color Cylindrical-coordinate representation of color #78756B: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78756B is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 117 107 -
CMYK 0 0.02 0.11 0.53
HSL 46.15º 0.06% 0.45% -
HSV(B) 46.15º 0.11% 0.47% -
XYZ 16.76 17.78 16.46 -
YUV 116.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 120 117 107 0 0.02 0.11 0.53 46.15 0.06 0.45
Hex 78 75 6B 0 2 B 35 2E 6 2D
Octal 170 165 153 0 2 13 65 56 6 55
Binary 1111000 1110101 1101011 0 10 1011 110101 101110 110 101101

Color Harmonies of #78756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78756B

Black with #78756B

Text Example


Text Example

White with #78756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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