#7C8589

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

Shades of Regent Grey #7C8589

Tints of Regent Grey #7C8589

Color information

#7C8589 (or 0x7C8589) is unknown color: approx Regent Grey. HEX triplet: 7C, 85 and 89. RGB value is (124,133,137). Sum of RGB (Red+Green+Blue) = 124+133+137=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C8589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8589 is #837A76. Grayscale: #828282. Windows color (decimal): -8616567 or 9012604. OLE color: 9012604.

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

Color convert

RGB124133137-
CMYK0.090.0300.46
HSL198.46º5.22%51.18%-
HSV(B)198.46º9.49%53.73%-
XYZ21.2222.8726.96-
YUV130.76131.52123.17-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=31.47%
G=33.76%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241331370.090.0300.46198.465.2251.18
Hex7C85899302Ec6533
Octal174205211113056306563
Binary11111001000010110001001100111010111011000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,133,137); }

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

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

 a { background-color: rgb(124,133,137); }

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

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

 span { border-color: rgb(124,133,137); }

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