Html Css Color HEX #786F87 Topaz

📋 copy color: '#786F87'

red 120 ◦ green 111 ◦ blue 135

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

Shades of Topaz #786F87

Tints of Topaz #786F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 32.79%
G = 30.33%
B = 36.89%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#786F87 (or 0x786F87) is known color: Topaz. HEX triplet: 78, 6F and 87. RGB value is (120,111,135). Sum of RGB (Red+Green+Blue) = 120+111+135=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #786F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F87 is #879078. Grayscale: #747474. Windows color (decimal): -8884345 or 8875896. OLE color: 8875896.

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

Color convert

RGB 120 111 135 -
CMYK 0.11 0.18 0 0.47
HSL 262.5º 0.1% 0.48% -
HSV(B) 262.5º 0.18% 0.53% -
XYZ 17.8 17.11 25.29 -
YUV 116.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 120 111 135 0.11 0.18 0 0.47 262.5 0.1 0.48
Hex 78 6F 87 B 12 0 2F 106 A 30
Octal 170 157 207 13 22 0 57 406 12 60
Binary 1111000 1101111 10000111 1011 10010 0 101111 100000110 1010 110000

Color Harmonies of #786F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F87

Black with #786F87

Text Example


Text Example

White with #786F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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