Html Css Color HEX #787184 Topaz

📋 copy color: '#787184'

red 120 ◦ green 113 ◦ blue 132

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

Shades of Topaz #787184

Tints of Topaz #787184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.96%

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

R = 32.88%
G = 30.96%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787184 (or 0x787184) is known color: Topaz. HEX triplet: 78, 71 and 84. RGB value is (120,113,132). Sum of RGB (Red+Green+Blue) = 120+113+132=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #787184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787184 is #878E7B. Grayscale: #757575. Windows color (decimal): -8883836 or 8679800. OLE color: 8679800.

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

Color convert

RGB 120 113 132 -
CMYK 0.09 0.14 0 0.48
HSL 262.11º 0.08% 0.48% -
HSV(B) 262.11º 0.14% 0.52% -
XYZ 17.82 17.47 24.26 -
YUV 117.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 120 113 132 0.09 0.14 0 0.48 262.11 0.08 0.48
Hex 78 71 84 9 E 0 30 106 8 30
Octal 170 161 204 11 16 0 60 406 10 60
Binary 1111000 1110001 10000100 1001 1110 0 110000 100000110 1000 110000

Color Harmonies of #787184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787184

Black with #787184

Text Example


Text Example

White with #787184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787184; }

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

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

background-color css

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

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

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

border-color css

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

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

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