#758685

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

Shades of Oslo Grey #758685

Tints of Oslo Grey #758685

Color information

#758685 (or 0x758685) is unknown color: approx Oslo Grey. HEX triplet: 75, 86 and 85. RGB value is (117,134,133). Sum of RGB (Red+Green+Blue) = 117+134+133=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #758685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758685 is #8A797A. Grayscale: #808080. Windows color (decimal): -9075067 or 8750709. OLE color: 8750709.

HSL color Cylindrical-coordinate representation of color #758685: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758685 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB117134133-
CMYK0.1300.010.47
HSL176.47º6.77%49.22%-
HSV(B)176.47º12.69%52.55%-
XYZ20.0922.5325.48-
YUV128.8130.37119.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.47%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=30.47%
G=34.90%
B=34.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341330.1300.010.47176.476.7749.22
Hex758685D012Fb0731
Octal165206205150157260761
Binary1110101100001101000010111010110111110110000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758685; }

 p { color: rgb(117,134,133); }

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

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

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

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

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

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

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