Html Css Color HEX #787584 Topaz

📋 copy color: '#787584'

red 120 ◦ green 117 ◦ blue 132

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

Shades of Topaz #787584

Tints of Topaz #787584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 32.52%
G = 31.71%
B = 35.77%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787584 (or 0x787584) is known color: Topaz. HEX triplet: 78, 75 and 84. RGB value is (120,117,132). Sum of RGB (Red+Green+Blue) = 120+117+132=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #787584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787584 is #878A7B. Grayscale: #777777. Windows color (decimal): -8882812 or 8680824. OLE color: 8680824.

HSL color Cylindrical-coordinate representation of color #787584: hue angle of 252º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #787584 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 117 132 -
CMYK 0.09 0.11 0 0.48
HSL 252º 0.06% 0.49% -
HSV(B) 252º 0.11% 0.52% -
XYZ 18.27 18.38 24.41 -
YUV 119.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 120 117 132 0.09 0.11 0 0.48 252 0.06 0.49
Hex 78 75 84 9 B 0 30 FC 6 31
Octal 170 165 204 11 13 0 60 374 6 61
Binary 1111000 1110101 10000100 1001 1011 0 110000 11111100 110 110001

Color Harmonies of #787584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787584

Black with #787584

Text Example


Text Example

White with #787584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787584; }

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

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

background-color css

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

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

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

border-color css

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

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

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