Html Css Color HEX #78708E Topaz

📋 copy color: '#78708E'

red 120 ◦ green 112 ◦ blue 142

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

Shades of Topaz #78708E

Tints of Topaz #78708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 32.09%
G = 29.95%
B = 37.97%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78708E (or 0x78708E) is known color: Topaz. HEX triplet: 78, 70 and 8E. RGB value is (120,112,142). Sum of RGB (Red+Green+Blue) = 120+112+142=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #78708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78708E is #878F71. Grayscale: #757575. Windows color (decimal): -8884082 or 9334904. OLE color: 9334904.

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

Color convert

RGB 120 112 142 -
CMYK 0.15 0.21 0 0.44
HSL 256º 0.12% 0.5% -
HSV(B) 256º 0.21% 0.56% -
XYZ 18.42 17.53 28 -
YUV 117.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 120 112 142 0.15 0.21 0 0.44 256 0.12 0.5
Hex 78 70 8E F 15 0 2C 100 C 32
Octal 170 160 216 17 25 0 54 400 14 62
Binary 1111000 1110000 10001110 1111 10101 0 101100 100000000 1100 110010

Color Harmonies of #78708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78708E

Black with #78708E

Text Example


Text Example

White with #78708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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