Html Css Color HEX #786B8D Topaz

📋 copy color: '#786B8D'

red 120 ◦ green 107 ◦ blue 141

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

Shades of Topaz #786B8D

Tints of Topaz #786B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 32.61%
G = 29.08%
B = 38.32%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#786B8D (or 0x786B8D) is known color: Topaz. HEX triplet: 78, 6B and 8D. RGB value is (120,107,141). Sum of RGB (Red+Green+Blue) = 120+107+141=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #786B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B8D is #879472. Grayscale: #727272. Windows color (decimal): -8885363 or 9268088. OLE color: 9268088.

HSL color Cylindrical-coordinate representation of color #786B8D: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #786B8D is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 107 141 -
CMYK 0.15 0.24 0 0.45
HSL 262.94º 0.14% 0.49% -
HSV(B) 262.94º 0.24% 0.55% -
XYZ 17.81 16.43 27.43 -
YUV 114.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 120 107 141 0.15 0.24 0 0.45 262.94 0.14 0.49
Hex 78 6B 8D F 18 0 2D 107 E 31
Octal 170 153 215 17 30 0 55 407 16 61
Binary 1111000 1101011 10001101 1111 11000 0 101101 100000111 1110 110001

Color Harmonies of #786B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B8D

Black with #786B8D

Text Example


Text Example

White with #786B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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