#748383

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

Shades of Oslo Grey #748383

Tints of Oslo Grey #748383

Color information

#748383 (or 0x748383) is unknown color: approx Oslo Grey. HEX triplet: 74, 83 and 83. RGB value is (116,131,131). Sum of RGB (Red+Green+Blue) = 116+131+131=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #748383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748383 is #8B7C7C. Grayscale: #7E7E7E. Windows color (decimal): -9141373 or 8618868. OLE color: 8618868.

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

Color convert

RGB116131131-
CMYK0.11000.49
HSL180º6.07%48.43%-
HSV(B)180º11.45%51.37%-
XYZ19.4221.5824.62-
YUV126.51130.53120.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.69%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=30.69%
G=34.66%
B=34.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161311310.11000.491806.0748.43
Hex748383B0031b4630
Octal164203203130061264660
Binary1110100100000111000001110110011000110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748383; }

 p { color: rgb(116,131,131); }

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

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

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

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

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

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

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