#7B7784

Color #7B7784 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #7B7784

Tints of Topaz #7B7784

Color information

#7B7784 (or 0x7B7784) is unknown color: approx Topaz. HEX triplet: 7B, 77 and 84. RGB value is (123,119,132). Sum of RGB (Red+Green+Blue) = 123+119+132=374 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.89% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7784 is #84887B. Grayscale: #797979. Windows color (decimal): -8685692 or 8681339. OLE color: 8681339.

HSL color Cylindrical-coordinate representation of color #7B7784: hue angle of 258.46º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B7784 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB123119132-
CMYK0.070.1000.48
HSL258.46º5.18%49.22%-
HSV(B)258.46º9.85%51.76%-
XYZ18.9319.0724.51-
YUV121.68133.83128.94-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.89%
GREEN value IS 119 (46.88% from 255) = 31.82%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=32.89%
G=31.82%
B=35.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1231191320.070.1000.48258.465.1849.22
Hex7B77847A030102531
Octal173167204712060402561
Binary111101111101111000010011110100110000100000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B7784; }

 p { color: rgb(123,119,132); }

 H1.HeaderClassName
 {
   color: #7B7784;
 }
 .AnyTagClassName
 {
   color: #7B7784;
 }
</style>
background-color css

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

 a { background-color: rgb(123,119,132); }

 div.DivClassName
 {
   background-color: #7B7784;
 }
 .BgClassName
 {
   background-color: #7B7784;
 }
</style>
border-color css

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

 span { border-color: rgb(123,119,132); }

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