#7A7883

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

Shades of Topaz #7A7883

Tints of Topaz #7A7883

Color information

#7A7883 (or 0x7A7883) is unknown color: approx Topaz. HEX triplet: 7A, 78 and 83. RGB value is (122,120,131). Sum of RGB (Red+Green+Blue) = 122+120+131=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A7883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7883 is #85877C. Grayscale: #797979. Windows color (decimal): -8750973 or 8616058. OLE color: 8616058.

HSL color Cylindrical-coordinate representation of color #7A7883: hue angle of 250.91º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A7883 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB122120131-
CMYK0.070.0800.49
HSL250.91º4.38%49.22%-
HSV(B)250.91º8.4%51.37%-
XYZ18.8419.2124.19-
YUV121.85133.16128.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.71%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=32.71%
G=32.17%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1221201310.070.0800.49250.914.3849.22
Hex7A788378031fb431
Octal172170203710061373461
Binary11110101111000100000111111000011000111111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,120,131); }

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

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

 a { background-color: rgb(122,120,131); }

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

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

 span { border-color: rgb(122,120,131); }

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