#768080

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

Shades of Oslo Grey #768080

Tints of Oslo Grey #768080

Color information

#768080 (or 0x768080) is unknown color: approx Oslo Grey. HEX triplet: 76, 80 and 80. RGB value is (118,128,128). Sum of RGB (Red+Green+Blue) = 118+128+128=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #768080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768080 is #897F7F. Grayscale: #7C7C7C. Windows color (decimal): -9011072 or 8421494. OLE color: 8421494.

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

Color convert

RGB118128128-
CMYK0.08000.50
HSL180º4.07%48.24%-
HSV(B)180º7.81%50.2%-
XYZ19.0920.8523.44-
YUV125.01129.69123-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 128 (50.39% from 255) = 34.22%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=31.55%
G=34.22%
B=34.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181281280.08000.501804.0748.24
Hex76808080032b4430
Octal166200200100062264460
Binary1110110100000001000000010000011001010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768080; }

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

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

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

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

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

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

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

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