#7C788B

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

Shades of Topaz #7C788B

Tints of Topaz #7C788B

Color information

#7C788B (or 0x7C788B) is unknown color: approx Topaz. HEX triplet: 7C, 78 and 8B. RGB value is (124,120,139). Sum of RGB (Red+Green+Blue) = 124+120+139=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C788B is #838774. Grayscale: #7B7B7B. Windows color (decimal): -8619893 or 9140348. OLE color: 9140348.

HSL color Cylindrical-coordinate representation of color #7C788B: hue angle of 252.63º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C788B is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124120139-
CMYK0.110.1400.45
HSL252.63º7.57%50.78%-
HSV(B)252.63º13.67%54.51%-
XYZ19.6919.5827.17-
YUV123.36136.83128.46-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.38%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=32.38%
G=31.33%
B=36.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241201390.110.1400.45252.637.5750.78
Hex7C788BBE02Dfd833
Octal17417021313160553751063
Binary1111100111100010001011101111100101101111111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,120,139); }

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

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

 a { background-color: rgb(124,120,139); }

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

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

 span { border-color: rgb(124,120,139); }

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