#7E8583

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

Shades of Oslo Grey #7E8583

Tints of Oslo Grey #7E8583

Color information

#7E8583 (or 0x7E8583) is unknown color: approx Oslo Grey. HEX triplet: 7E, 85 and 83. RGB value is (126,133,131). Sum of RGB (Red+Green+Blue) = 126+133+131=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8583 is #817A7C. Grayscale: #828282. Windows color (decimal): -8485501 or 8619390. OLE color: 8619390.

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

Color convert

RGB126133131-
CMYK0.0500.020.48
HSL162.86º2.79%50.78%-
HSV(B)162.86º5.26%52.16%-
XYZ21.0922.8524.77-
YUV130.68128.18124.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.31%
GREEN value IS 133 (52.34% from 255) = 34.10%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=32.31%
G=34.10%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1261331310.0500.020.48162.862.7950.78
Hex7E858350230a3333
Octal17620520350260243363
Binary111111010000101100000111010101100001010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,133,131); }

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

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

 a { background-color: rgb(126,133,131); }

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

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

 span { border-color: rgb(126,133,131); }

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