#7B7188

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

Shades of Topaz #7B7188

Tints of Topaz #7B7188

Color information

#7B7188 (or 0x7B7188) is unknown color: approx Topaz. HEX triplet: 7B, 71 and 88. RGB value is (123,113,136). Sum of RGB (Red+Green+Blue) = 123+113+136=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7188 is #848E77. Grayscale: #767676. Windows color (decimal): -8687224 or 8941947. OLE color: 8941947.

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

Color convert

RGB123113136-
CMYK0.100.1700.47
HSL266.09º9.24%48.82%-
HSV(B)266.09º16.91%53.33%-
XYZ18.5217.825.75-
YUV118.61137.81131.13-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.06%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 136 (53.52% from 255) = 36.56%
R=33.06%
G=30.38%
B=36.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1231131360.100.1700.47266.099.2448.82
Hex7B7188A1102F10a931
Octal17316121012210574121161
Binary111101111100011000100010101000101011111000010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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