Html Css Color HEX #787086 Topaz

📋 copy color: '#787086'

red 120 ◦ green 112 ◦ blue 134

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

Shades of Topaz #787086

Tints of Topaz #787086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 32.79%
G = 30.6%
B = 36.61%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#787086 (or 0x787086) is known color: Topaz. HEX triplet: 78, 70 and 86. RGB value is (120,112,134). Sum of RGB (Red+Green+Blue) = 120+112+134=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #787086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787086 is #878F79. Grayscale: #747474. Windows color (decimal): -8884090 or 8810616. OLE color: 8810616.

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

Color convert

RGB 120 112 134 -
CMYK 0.10 0.16 0 0.47
HSL 261.82º 0.09% 0.48% -
HSV(B) 261.82º 0.16% 0.53% -
XYZ 17.84 17.3 24.95 -
YUV 116.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 120 112 134 0.10 0.16 0 0.47 261.82 0.09 0.48
Hex 78 70 86 A 10 0 2F 106 9 30
Octal 170 160 206 12 20 0 57 406 11 60
Binary 1111000 1110000 10000110 1010 10000 0 101111 100000110 1001 110000

Color Harmonies of #787086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787086

Black with #787086

Text Example


Text Example

White with #787086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787086; }

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

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

background-color css

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

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

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

border-color css

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

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

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