Html Css Color HEX #787878 Grey

📋 copy color: '#787878'

red 120 ◦ green 120 ◦ blue 120

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

Shades of Grey #787878

Tints of Grey #787878

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.33%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#787878 (or 0x787878) is known color: Grey. HEX triplet: 78, 78 and 78. RGB value is (120,120,120). Sum of RGB (Red+Green+Blue) = 120+120+120=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 120 - color contains mainly: red, green, blue. Hex color #787878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787878 is #878787. Grayscale: #787878. Windows color (decimal): -8882056 or 7895160. OLE color: 7895160.

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

Color convert

RGB 120 120 120 -
CMYK 0 0 0 0.53
HSL 0% 0.47% -
HSV(B) 0% 0.47% -
XYZ 17.85 18.78 20.45 -
YUV 120 128 128 -
System Red Green Blue C M Y K H S L
Decimal 120 120 120 0 0 0 0.53 0 0 0.47
Hex 78 78 78 0 0 0 35 0 0 2F
Octal 170 170 170 0 0 0 65 0 0 57
Binary 1111000 1111000 1111000 0 0 0 110101 0 0 101111

Color Harmonies of #787878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787878

Black with #787878

Text Example


Text Example

White with #787878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787878; }

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

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

background-color css

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

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

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

border-color css

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

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

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