Html Css Color HEX #787373 Grey

📋 copy color: '#787373'

red 120 ◦ green 115 ◦ blue 115

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

Shades of Grey #787373

Tints of Grey #787373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 34.29%
G = 32.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#787373 (or 0x787373) is known color: Grey. HEX triplet: 78, 73 and 73. RGB value is (120,115,115). Sum of RGB (Red+Green+Blue) = 120+115+115=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 120 - color contains mainly: red. Hex color #787373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787373 is #878C8C. Grayscale: #747474. Windows color (decimal): -8883341 or 7566200. OLE color: 7566200.

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

Color convert

RGB 120 115 115 -
CMYK 0 0.04 0.04 0.53
HSL 0.02% 0.46% -
HSV(B) 0.04% 0.47% -
XYZ 16.97 17.49 18.7 -
YUV 116.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 120 115 115 0 0.04 0.04 0.53 0 0.02 0.46
Hex 78 73 73 0 4 4 35 0 2 2E
Octal 170 163 163 0 4 4 65 0 2 56
Binary 1111000 1110011 1110011 0 100 100 110101 0 10 101110

Color Harmonies of #787373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787373

Black with #787373

Text Example


Text Example

White with #787373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787373; }

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

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

background-color css

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

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

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

border-color css

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

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

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