Html Css Color HEX #78766C Dove Grey

📋 copy color: '#78766C'

red 120 ◦ green 118 ◦ blue 108

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

Shades of Dove Grey #78766C

Tints of Dove Grey #78766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 34.68%
G = 34.1%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78766C (or 0x78766C) is known color: Dove Grey. HEX triplet: 78, 76 and 6C. RGB value is (120,118,108). Sum of RGB (Red+Green+Blue) = 120+118+108=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #78766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78766C is #878993. Grayscale: #757575. Windows color (decimal): -8882580 or 7108216. OLE color: 7108216.

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

Color convert

RGB 120 118 108 -
CMYK 0 0.02 0.10 0.53
HSL 50º 0.05% 0.45% -
HSV(B) 50º 0.1% 0.47% -
XYZ 16.93 18.03 16.78 -
YUV 117.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 120 118 108 0 0.02 0.10 0.53 50 0.05 0.45
Hex 78 76 6C 0 2 A 35 32 5 2D
Octal 170 166 154 0 2 12 65 62 5 55
Binary 1111000 1110110 1101100 0 10 1010 110101 110010 101 101101

Color Harmonies of #78766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78766C

Black with #78766C

Text Example


Text Example

White with #78766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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