#7C8989

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

Shades of Oslo Grey #7C8989

Tints of Oslo Grey #7C8989

Color information

#7C8989 (or 0x7C8989) is unknown color: approx Oslo Grey. HEX triplet: 7C, 89 and 89. RGB value is (124,137,137). Sum of RGB (Red+Green+Blue) = 124+137+137=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #7C8989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8989 is #837676. Grayscale: #858585. Windows color (decimal): -8615543 or 9013628. OLE color: 9013628.

HSL color Cylindrical-coordinate representation of color #7C8989: hue angle of 180º 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 #7C8989 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB124137137-
CMYK0.09000.46
HSL180º5.22%51.18%-
HSV(B)180º9.49%53.73%-
XYZ21.7723.9827.15-
YUV133.11130.19121.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 137 (53.91% from 255) = 34.42%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=31.16%
G=34.42%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241371370.09000.461805.2251.18
Hex7C89899002Eb4533
Octal174211211110056264563
Binary1111100100010011000100110010010111010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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