#768583

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

Shades of Oslo Grey #768583

Tints of Oslo Grey #768583

Color information

#768583 (or 0x768583) is unknown color: approx Oslo Grey. HEX triplet: 76, 85 and 83. RGB value is (118,133,131). Sum of RGB (Red+Green+Blue) = 118+133+131=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #768583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768583 is #897A7C. Grayscale: #808080. Windows color (decimal): -9009789 or 8619382. OLE color: 8619382.

HSL color Cylindrical-coordinate representation of color #768583: hue angle of 172º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768583 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB118133131-
CMYK0.1100.020.48
HSL172º5.98%49.22%-
HSV(B)172º11.28%52.16%-
XYZ19.9622.2724.72-
YUV128.29129.53120.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 131 (51.56% from 255) = 34.29%
R=30.89%
G=34.82%
B=34.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331310.1100.020.481725.9849.22
Hex768583B0230ac631
Octal166205203130260254661
Binary11101101000010110000011101101011000010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768583; }

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

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

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

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

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

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

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

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