Html Css Color HEX #78708D Topaz

📋 copy color: '#78708D'

red 120 ◦ green 112 ◦ blue 141

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

Shades of Topaz #78708D

Tints of Topaz #78708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.03%

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

R = 32.17%
G = 30.03%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78708D (or 0x78708D) is known color: Topaz. HEX triplet: 78, 70 and 8D. RGB value is (120,112,141). Sum of RGB (Red+Green+Blue) = 120+112+141=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #78708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78708D is #878F72. Grayscale: #757575. Windows color (decimal): -8884083 or 9269368. OLE color: 9269368.

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

Color convert

RGB 120 112 141 -
CMYK 0.15 0.21 0 0.45
HSL 256.55º 0.11% 0.5% -
HSV(B) 256.55º 0.21% 0.55% -
XYZ 18.35 17.5 27.61 -
YUV 117.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 120 112 141 0.15 0.21 0 0.45 256.55 0.11 0.5
Hex 78 70 8D F 15 0 2D 101 B 32
Octal 170 160 215 17 25 0 55 401 13 62
Binary 1111000 1110000 10001101 1111 10101 0 101101 100000001 1011 110010

Color Harmonies of #78708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78708D

Black with #78708D

Text Example


Text Example

White with #78708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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