Html Css Color HEX #786B8E Topaz

📋 copy color: '#786B8E'

red 120 ◦ green 107 ◦ blue 142

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

Shades of Topaz #786B8E

Tints of Topaz #786B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 32.52%
G = 29%
B = 38.48%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#786B8E (or 0x786B8E) is known color: Topaz. HEX triplet: 78, 6B and 8E. RGB value is (120,107,142). Sum of RGB (Red+Green+Blue) = 120+107+142=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #786B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786B8E is #879471. Grayscale: #727272. Windows color (decimal): -8885362 or 9333624. OLE color: 9333624.

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

Color convert

RGB 120 107 142 -
CMYK 0.15 0.25 0 0.44
HSL 262.29º 0.14% 0.49% -
HSV(B) 262.29º 0.25% 0.56% -
XYZ 17.89 16.46 27.83 -
YUV 114.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 120 107 142 0.15 0.25 0 0.44 262.29 0.14 0.49
Hex 78 6B 8E F 19 0 2C 106 E 31
Octal 170 153 216 17 31 0 54 406 16 61
Binary 1111000 1101011 10001110 1111 11001 0 101100 100000110 1110 110001

Color Harmonies of #786B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786B8E

Black with #786B8E

Text Example


Text Example

White with #786B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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