Html Css Color HEX #78728C Topaz

📋 copy color: '#78728C'

red 120 ◦ green 114 ◦ blue 140

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

Shades of Topaz #78728C

Tints of Topaz #78728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 32.09%
G = 30.48%
B = 37.43%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78728C (or 0x78728C) is known color: Topaz. HEX triplet: 78, 72 and 8C. RGB value is (120,114,140). Sum of RGB (Red+Green+Blue) = 120+114+140=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #78728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78728C is #878D73. Grayscale: #767676. Windows color (decimal): -8883572 or 9204344. OLE color: 9204344.

HSL color Cylindrical-coordinate representation of color #78728C: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78728C is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 114 140 -
CMYK 0.14 0.19 0 0.45
HSL 253.85º 0.1% 0.5% -
HSV(B) 253.85º 0.19% 0.55% -
XYZ 18.5 17.92 27.3 -
YUV 118.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 120 114 140 0.14 0.19 0 0.45 253.85 0.1 0.5
Hex 78 72 8C E 13 0 2D FE A 32
Octal 170 162 214 16 23 0 55 376 12 62
Binary 1111000 1110010 10001100 1110 10011 0 101101 11111110 1010 110010

Color Harmonies of #78728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78728C

Black with #78728C

Text Example


Text Example

White with #78728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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