#7C8987

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

Shades of Oslo Grey #7C8987

Tints of Oslo Grey #7C8987

Color information

#7C8987 (or 0x7C8987) is unknown color: approx Oslo Grey. HEX triplet: 7C, 89 and 87. RGB value is (124,137,135). Sum of RGB (Red+Green+Blue) = 124+137+135=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8987 is #837678. Grayscale: #848484. Windows color (decimal): -8615545 or 8882556. OLE color: 8882556.

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

Color convert

RGB124137135-
CMYK0.0900.010.46
HSL170.77º5.22%51.18%-
HSV(B)170.77º9.49%53.73%-
XYZ21.6323.9326.4-
YUV132.88129.19121.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 137 (53.91% from 255) = 34.60%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=31.31%
G=34.60%
B=34.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241371350.0900.010.46170.775.2251.18
Hex7C89879012Eab533
Octal174211207110156253563
Binary1111100100010011000011110010110111010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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