Html Css Color HEX #787087 Topaz

📋 copy color: '#787087'

red 120 ◦ green 112 ◦ blue 135

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

Shades of Topaz #787087

Tints of Topaz #787087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 32.7%
G = 30.52%
B = 36.78%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#787087 (or 0x787087) is known color: Topaz. HEX triplet: 78, 70 and 87. RGB value is (120,112,135). Sum of RGB (Red+Green+Blue) = 120+112+135=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #787087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787087 is #878F78. Grayscale: #747474. Windows color (decimal): -8884089 or 8876152. OLE color: 8876152.

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

Color convert

RGB 120 112 135 -
CMYK 0.11 0.17 0 0.47
HSL 260.87º 0.09% 0.48% -
HSV(B) 260.87º 0.17% 0.53% -
XYZ 17.91 17.33 25.32 -
YUV 117.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 120 112 135 0.11 0.17 0 0.47 260.87 0.09 0.48
Hex 78 70 87 B 11 0 2F 105 9 30
Octal 170 160 207 13 21 0 57 405 11 60
Binary 1111000 1110000 10000111 1011 10001 0 101111 100000101 1001 110000

Color Harmonies of #787087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787087

Black with #787087

Text Example


Text Example

White with #787087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787087; }

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

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

background-color css

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

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

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

border-color css

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

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

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