Html Css Color HEX #787389 Topaz

📋 copy color: '#787389'

red 120 ◦ green 115 ◦ blue 137

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

Shades of Topaz #787389

Tints of Topaz #787389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 32.26%
G = 30.91%
B = 36.83%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787389 (or 0x787389) is known color: Topaz. HEX triplet: 78, 73 and 89. RGB value is (120,115,137). Sum of RGB (Red+Green+Blue) = 120+115+137=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #787389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787389 is #878C76. Grayscale: #767676. Windows color (decimal): -8883319 or 9007992. OLE color: 9007992.

HSL color Cylindrical-coordinate representation of color #787389: hue angle of 253.64º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787389 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 115 137 -
CMYK 0.12 0.16 0 0.46
HSL 253.64º 0.09% 0.49% -
HSV(B) 253.64º 0.16% 0.54% -
XYZ 18.39 18.06 26.18 -
YUV 119 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 120 115 137 0.12 0.16 0 0.46 253.64 0.09 0.49
Hex 78 73 89 C 10 0 2E FE 9 31
Octal 170 163 211 14 20 0 56 376 11 61
Binary 1111000 1110011 10001001 1100 10000 0 101110 11111110 1001 110001

Color Harmonies of #787389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787389

Black with #787389

Text Example


Text Example

White with #787389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787389; }

 p { color: rgb(120,115,137); }

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

background-color css

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

 a { background-color: rgb(120,115,137); }

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

border-color css

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

 span { border-color: rgb(120,115,137); }

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