#7C7B87

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

Shades of Topaz #7C7B87

Tints of Topaz #7C7B87

Color information

#7C7B87 (or 0x7C7B87) is unknown color: approx Topaz. HEX triplet: 7C, 7B and 87. RGB value is (124,123,135). Sum of RGB (Red+Green+Blue) = 124+123+135=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7B87 is #838478. Grayscale: #7C7C7C. Windows color (decimal): -8619129 or 8878972. OLE color: 8878972.

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

Color convert

RGB124123135-
CMYK0.080.0900.47
HSL245º4.76%50.59%-
HSV(B)245º8.89%52.94%-
XYZ19.7720.225.78-
YUV124.67133.83127.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.46%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=32.46%
G=32.20%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241231350.080.0900.472454.7650.59
Hex7C7B878902Ff5533
Octal1741732071011057365563
Binary111110011110111000011110001001010111111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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