#768381

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

Shades of Oslo Grey #768381

Tints of Oslo Grey #768381

Color information

#768381 (or 0x768381) is unknown color: approx Oslo Grey. HEX triplet: 76, 83 and 81. RGB value is (118,131,129). Sum of RGB (Red+Green+Blue) = 118+131+129=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #768381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768381 is #897C7E. Grayscale: #7E7E7E. Windows color (decimal): -9010303 or 8487798. OLE color: 8487798.

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

Color convert

RGB118131129-
CMYK0.1000.020.49
HSL170.77º5.22%48.82%-
HSV(B)170.77º9.92%51.37%-
XYZ19.5521.6723.92-
YUV126.88129.19121.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=31.22%
G=34.66%
B=34.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311290.1000.020.49170.775.2248.82
Hex768381A0231ab531
Octal166203201120261253561
Binary11101101000001110000001101001011000110101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768381; }

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

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

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

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

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

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

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

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