#758585

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

Shades of Oslo Grey #758585

Tints of Oslo Grey #758585

Color information

#758585 (or 0x758585) is unknown color: approx Oslo Grey. HEX triplet: 75, 85 and 85. RGB value is (117,133,133). Sum of RGB (Red+Green+Blue) = 117+133+133=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #758585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758585 is #8A7A7A. Grayscale: #808080. Windows color (decimal): -9075323 or 8750453. OLE color: 8750453.

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

Color convert

RGB117133133-
CMYK0.12000.48
HSL180º6.4%49.02%-
HSV(B)180º12.03%52.16%-
XYZ19.9622.2525.43-
YUV128.22130.7120-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=30.55%
G=34.73%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331330.12000.481806.449.02
Hex758585C0030b4631
Octal165205205140060264661
Binary1110101100001011000010111000011000010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758585; }

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

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

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

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

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

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

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

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