#768484

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

Shades of Oslo Grey #768484

Tints of Oslo Grey #768484

Color information

#768484 (or 0x768484) is unknown color: approx Oslo Grey. HEX triplet: 76, 84 and 84. RGB value is (118,132,132). Sum of RGB (Red+Green+Blue) = 118+132+132=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #768484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768484 is #897B7B. Grayscale: #7F7F7F. Windows color (decimal): -9010044 or 8684662. OLE color: 8684662.

HSL color Cylindrical-coordinate representation of color #768484: 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.11%. Process color model (Four color, CMYK) of #768484 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118132132-
CMYK0.11000.48
HSL180º5.6%49.02%-
HSV(B)180º10.61%51.76%-
XYZ19.8922.0225.03-
YUV127.81130.36121-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=30.89%
G=34.55%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321320.11000.481805.649.02
Hex768484B0030b4631
Octal166204204130060264661
Binary1110110100001001000010010110011000010110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768484; }

 p { color: rgb(118,132,132); }

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

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

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

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

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

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

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