#758381

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

Shades of Oslo Grey #758381

Tints of Oslo Grey #758381

Color information

#758381 (or 0x758381) is unknown color: approx Oslo Grey. HEX triplet: 75, 83 and 81. RGB value is (117,131,129). Sum of RGB (Red+Green+Blue) = 117+131+129=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #758381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758381 is #8A7C7E. Grayscale: #7E7E7E. Windows color (decimal): -9075839 or 8487797. OLE color: 8487797.

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

Color convert

RGB117131129-
CMYK0.1100.020.49
HSL171.43º5.65%48.63%-
HSV(B)171.43º10.69%51.37%-
XYZ19.4121.623.91-
YUV126.59129.36121.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=31.03%
G=34.75%
B=34.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311290.1100.020.49171.435.6548.63
Hex758381B0231ab631
Octal165203201130261253661
Binary11101011000001110000001101101011000110101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758381; }

 p { color: rgb(117,131,129); }

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

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

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

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

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

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

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