#7B7187

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

Shades of Topaz #7B7187

Tints of Topaz #7B7187

Color information

#7B7187 (or 0x7B7187) is unknown color: approx Topaz. HEX triplet: 7B, 71 and 87. RGB value is (123,113,135). Sum of RGB (Red+Green+Blue) = 123+113+135=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7187 is #848E78. Grayscale: #767676. Windows color (decimal): -8687225 or 8876411. OLE color: 8876411.

HSL color Cylindrical-coordinate representation of color #7B7187: hue angle of 267.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B7187 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB123113135-
CMYK0.090.1600.47
HSL267.27º8.87%48.63%-
HSV(B)267.27º16.3%52.94%-
XYZ18.4517.7725.38-
YUV118.5137.31131.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=33.15%
G=30.46%
B=36.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1231131350.090.1600.47267.278.8748.63
Hex7B718791002F10b931
Octal17316120711200574131161
Binary111101111100011000011110011000001011111000010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,135); }

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

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

 a { background-color: rgb(123,113,135); }

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

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

 span { border-color: rgb(123,113,135); }

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