Html Css Color HEX #786B8B Topaz

📋 copy color: '#786B8B'

red 120 ◦ green 107 ◦ blue 139

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

Shades of Topaz #786B8B

Tints of Topaz #786B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 32.79%
G = 29.23%
B = 37.98%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#786B8B (or 0x786B8B) is known color: Topaz. HEX triplet: 78, 6B and 8B. RGB value is (120,107,139). Sum of RGB (Red+Green+Blue) = 120+107+139=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #786B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B8B is #879474. Grayscale: #727272. Windows color (decimal): -8885365 or 9137016. OLE color: 9137016.

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

Color convert

RGB 120 107 139 -
CMYK 0.14 0.23 0 0.45
HSL 264.38º 0.13% 0.48% -
HSV(B) 264.38º 0.23% 0.55% -
XYZ 17.66 16.37 26.66 -
YUV 114.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 120 107 139 0.14 0.23 0 0.45 264.38 0.13 0.48
Hex 78 6B 8B E 17 0 2D 108 D 30
Octal 170 153 213 16 27 0 55 410 15 60
Binary 1111000 1101011 10001011 1110 10111 0 101101 100001000 1101 110000

Color Harmonies of #786B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B8B

Black with #786B8B

Text Example


Text Example

White with #786B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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