Html Css Color HEX #78718D Topaz

📋 copy color: '#78718D'

red 120 ◦ green 113 ◦ blue 141

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

Shades of Topaz #78718D

Tints of Topaz #78718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 32.09%
G = 30.21%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78718D (or 0x78718D) is known color: Topaz. HEX triplet: 78, 71 and 8D. RGB value is (120,113,141). Sum of RGB (Red+Green+Blue) = 120+113+141=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #78718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78718D is #878E72. Grayscale: #767676. Windows color (decimal): -8883827 or 9269624. OLE color: 9269624.

HSL color Cylindrical-coordinate representation of color #78718D: hue angle of 255º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #78718D is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 113 141 -
CMYK 0.15 0.20 0 0.45
HSL 255º 0.11% 0.5% -
HSV(B) 255º 0.2% 0.55% -
XYZ 18.46 17.73 27.65 -
YUV 118.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 120 113 141 0.15 0.20 0 0.45 255 0.11 0.5
Hex 78 71 8D F 14 0 2D FF B 32
Octal 170 161 215 17 24 0 55 377 13 62
Binary 1111000 1110001 10001101 1111 10100 0 101101 11111111 1011 110010

Color Harmonies of #78718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78718D

Black with #78718D

Text Example


Text Example

White with #78718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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