#768180

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

Shades of Oslo Grey #768180

Tints of Oslo Grey #768180

Color information

#768180 (or 0x768180) is unknown color: approx Oslo Grey. HEX triplet: 76, 81 and 80. RGB value is (118,129,128). Sum of RGB (Red+Green+Blue) = 118+129+128=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 129 - color contains mainly: green. Hex color #768180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768180 is #897E7F. Grayscale: #7D7D7D. Windows color (decimal): -9010816 or 8421750. OLE color: 8421750.

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

Color convert

RGB118129128-
CMYK0.0900.010.49
HSL174.55º4.45%48.43%-
HSV(B)174.55º8.53%50.59%-
XYZ19.2221.1123.48-
YUV125.6129.36122.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=31.47%
G=34.4%
B=34.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181291280.0900.010.49174.554.4548.43
Hex76818090131af430
Octal166201200110161257460
Binary1110110100000011000000010010111000110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768180; }

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

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

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

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

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

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

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

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