#758482

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

Shades of Oslo Grey #758482

Tints of Oslo Grey #758482

Color information

#758482 (or 0x758482) is unknown color: approx Oslo Grey. HEX triplet: 75, 84 and 82. RGB value is (117,132,130). Sum of RGB (Red+Green+Blue) = 117+132+130=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #758482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758482 is #8A7B7D. Grayscale: #7F7F7F. Windows color (decimal): -9075582 or 8553589. OLE color: 8553589.

HSL color Cylindrical-coordinate representation of color #758482: hue angle of 172º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758482 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB117132130-
CMYK0.1100.020.48
HSL172º6.02%48.82%-
HSV(B)172º11.36%51.76%-
XYZ19.6221.924.31-
YUV127.29129.53120.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=30.87%
G=34.83%
B=34.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171321300.1100.020.481726.0248.82
Hex758482B0230ac631
Octal165204202130260254661
Binary11101011000010010000010101101011000010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758482; }

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

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

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

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

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

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

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

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