#768684

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

Shades of Oslo Grey #768684

Tints of Oslo Grey #768684

Color information

#768684 (or 0x768684) is unknown color: approx Oslo Grey. HEX triplet: 76, 86 and 84. RGB value is (118,134,132). Sum of RGB (Red+Green+Blue) = 118+134+132=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #768684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768684 is #89797B. Grayscale: #808080. Windows color (decimal): -9009532 or 8685174. OLE color: 8685174.

HSL color Cylindrical-coordinate representation of color #768684: hue angle of 172.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768684 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB118134132-
CMYK0.1200.010.47
HSL172.5º6.35%49.41%-
HSV(B)172.5º11.94%52.55%-
XYZ20.1622.5725.12-
YUV128.99129.7120.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 34.38%
R=30.73%
G=34.90%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341320.1200.010.47172.56.3549.41
Hex768684C012Fac631
Octal166206204140157254661
Binary1110110100001101000010011000110111110101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768684; }

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

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

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

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

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

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

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

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