#768282

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

Shades of Oslo Grey #768282

Tints of Oslo Grey #768282

Color information

#768282 (or 0x768282) is unknown color: approx Oslo Grey. HEX triplet: 76, 82 and 82. RGB value is (118,130,130). Sum of RGB (Red+Green+Blue) = 118+130+130=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #768282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768282 is #897D7D. Grayscale: #7E7E7E. Windows color (decimal): -9010558 or 8553078. OLE color: 8553078.

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

Color convert

RGB118130130-
CMYK0.09000.49
HSL180º4.84%48.63%-
HSV(B)180º9.23%50.98%-
XYZ19.4821.4324.23-
YUV126.41130.02122-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=31.22%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301300.09000.491804.8448.63
Hex76828290031b4531
Octal166202202110061264561
Binary1110110100000101000001010010011000110110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768282; }

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

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

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

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

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

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

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

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