Html Css Color HEX #787589 Topaz

📋 copy color: '#787589'

red 120 ◦ green 117 ◦ blue 137

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

Shades of Topaz #787589

Tints of Topaz #787589

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

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

R = 32.09%
G = 31.28%
B = 36.63%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#787589 (or 0x787589) is known color: Topaz. HEX triplet: 78, 75 and 89. RGB value is (120,117,137). Sum of RGB (Red+Green+Blue) = 120+117+137=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #787589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787589 is #878A76. Grayscale: #787878. Windows color (decimal): -8882807 or 9008504. OLE color: 9008504.

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

Color convert

RGB 120 117 137 -
CMYK 0.12 0.15 0 0.46
HSL 249º 0.08% 0.5% -
HSV(B) 249º 0.15% 0.54% -
XYZ 18.62 18.52 26.26 -
YUV 120.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 120 117 137 0.12 0.15 0 0.46 249 0.08 0.5
Hex 78 75 89 C F 0 2E F9 8 32
Octal 170 165 211 14 17 0 56 371 10 62
Binary 1111000 1110101 10001001 1100 1111 0 101110 11111001 1000 110010

Color Harmonies of #787589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787589

Black with #787589

Text Example


Text Example

White with #787589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787589; }

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

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

background-color css

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

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

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

border-color css

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

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

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