#758282

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

Shades of Oslo Grey #758282

Tints of Oslo Grey #758282

Color information

#758282 (or 0x758282) is unknown color: approx Oslo Grey. HEX triplet: 75, 82 and 82. RGB value is (117,130,130). Sum of RGB (Red+Green+Blue) = 117+130+130=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #758282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758282 is #8A7D7D. Grayscale: #7E7E7E. Windows color (decimal): -9076094 or 8553077. OLE color: 8553077.

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

Color convert

RGB117130130-
CMYK0.1000.49
HSL180º5.26%48.43%-
HSV(B)180º10%50.98%-
XYZ19.3521.3624.22-
YUV126.11130.19121.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 130 (51.17% from 255) = 34.48%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301300.1000.491805.2648.43
Hex758282A0031b4530
Octal165202202120061264560
Binary1110101100000101000001010100011000110110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758282; }

 p { color: rgb(117,130,130); }

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

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

 a { background-color: rgb(117,130,130); }

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

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

 span { border-color: rgb(117,130,130); }

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