Html Css Color HEX #787089 Topaz

📋 copy color: '#787089'

red 120 ◦ green 112 ◦ blue 137

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

Shades of Topaz #787089

Tints of Topaz #787089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 32.52%
G = 30.35%
B = 37.13%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787089 (or 0x787089) is known color: Topaz. HEX triplet: 78, 70 and 89. RGB value is (120,112,137). Sum of RGB (Red+Green+Blue) = 120+112+137=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #787089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787089 is #878F76. Grayscale: #757575. Windows color (decimal): -8884087 or 9007224. OLE color: 9007224.

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

Color convert

RGB 120 112 137 -
CMYK 0.12 0.18 0 0.46
HSL 259.2º 0.1% 0.49% -
HSV(B) 259.2º 0.18% 0.54% -
XYZ 18.06 17.39 26.07 -
YUV 117.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 120 112 137 0.12 0.18 0 0.46 259.2 0.1 0.49
Hex 78 70 89 C 12 0 2E 103 A 31
Octal 170 160 211 14 22 0 56 403 12 61
Binary 1111000 1110000 10001001 1100 10010 0 101110 100000011 1010 110001

Color Harmonies of #787089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787089

Black with #787089

Text Example


Text Example

White with #787089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787089; }

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

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

background-color css

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

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

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

border-color css

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

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

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